Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: Drop Eyeglass support #153

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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