Skip to content

Commit

Permalink
feat!: Drop Eyeglass support
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
Drop Sass Eyeglass support
  • Loading branch information
JohnAlbin committed Nov 10, 2023
1 parent 4d36f97 commit ec885ef
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 265 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -16,7 +16,6 @@ __This project is the Sass version of Normalize.css__, a collection of HTML elem
This Sass port currently adds:

* Vertical rhythm mixins: Allowing you to alter the font-size, line-height and margins in Normalize’s output without hacking the library.
* Optional Eyeglass support.
* Several ready-to-fork versions that integrate typography Sass modules like Typey, or style guides built with KSS.

# normalize.css v5
Expand Down
219 changes: 19 additions & 200 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions package.json
Expand Up @@ -13,19 +13,12 @@
"author": "John Albin Wilkins <virtually.johnalbin@gmail.com> (http://john.albin.net/)",
"license": "(MIT OR GPL-2.0)",
"keywords": [
"eyeglass-module",
"sass",
"normalize"
],
"type": "module",
"main": "sass/_normalize.scss",
"style": "sass/_normalize.scss",
"eyeglass": {
"sassDir": "sass",
"exports": false,
"name": "normalize",
"needs": "*"
},
"directories": {
"lib": "sass",
"test": "test"
Expand All @@ -43,7 +36,6 @@
"chai": "^4.3.10",
"chroma-sass": "^1.2.3",
"eslint": "^8.53.0",
"eyeglass": "^3.0.3",
"mocha": "^10.2.0",
"sassy-test": "^5.0.1",
"typey": "^1.1.2"
Expand Down

0 comments on commit ec885ef

Please sign in to comment.