Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading