Skip to content
This repository was archived by the owner on Jan 4, 2018. It is now read-only.

Commit d4094e8

Browse files
committed
Remove normalize.css (already bundled with purecss)
1 parent 0d786eb commit d4094e8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assets/stylesheets/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ html { box-sizing: border-box; }
66
*, *:before, *:after { box-sizing: inherit; }
77

88
/* External CSS */
9-
@import "normalize.css/normalize.css";
109
@import "purecss/build/pure-min.css";
1110
@import "purecss/build/grids-responsive-min.css";
1211

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
"babel-runtime": "^5.8.29",
2929
"classnames": "^2.2.0",
3030
"history": "^1.13.0",
31-
"normalize.css": "^3.0.3",
3231
"parse-link-header": "^0.4.1",
33-
"purecss": "0.6.0",
32+
"purecss": "^0.6.0",
3433
"react": "^0.14.1",
3534
"react-dom": "^0.14.1",
3635
"react-intl": "2.0.0-pr-3",

0 commit comments

Comments
 (0)