Skip to content

Commit

Permalink
Merge pull request #417 from inuitcss/tkt-415
Browse files Browse the repository at this point in the history
[refs #415] Use npm package of normalize.css
  • Loading branch information
csshugs committed Apr 24, 2020
2 parents c96101c + 2005381 commit 0816222
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 344 deletions.
1 change: 0 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"stylelint-scss"
],
"ignoreFiles": [
"./generic/_generic.normalize.scss",
"./tools/*.scss",
"./settings/*.scss",
"./test/*.scss"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Following this structure allows you to intersperse inuitcss’ code with your ow

// GENERIC
@import "node_modules/inuitcss/generic/generic.box-sizing";
@import "node_modules/inuitcss/generic/generic.normalize";
@import "node_modules/normalize.css/normalize";
@import "node_modules/inuitcss/generic/generic.shared";

// ELEMENTS
Expand Down
2 changes: 1 addition & 1 deletion example.main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

// GENERIC
@import "generic/generic.box-sizing";
@import "generic/generic.normalize";
@import "node_modules/normalize.css/normalize";
@import "generic/generic.reset";
@import "generic/generic.shared";

Expand Down
341 changes: 0 additions & 341 deletions generic/_generic.normalize.scss

This file was deleted.

5 changes: 5 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"homepage": "https://github.com/inuitcss/inuitcss#readme",
"dependencies": {
"normalize.css": "^8.0.1",
"sass-mq": "^5.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0816222

Please sign in to comment.