switch to scss version of normalize.css

This commit is contained in:
Matthias Kretschmann 2018-05-22 14:35:16 +02:00
parent d9aad6e860
commit 5bcec1953e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
//
// Normalize all the things
@import 'normalize-css/normalize';
@import 'normalize-scss/sass/normalize';
@import 'normalize-opentype.css/normalize-opentype.scss';
// Variables & Mixins

View File

@ -31,8 +31,8 @@
"gumshoe": "github:cferdinandi/gumshoe",
"is-in-viewport": "^3.0.3",
"jquery": "^3.3.1",
"normalize-css": "^2.3.1",
"normalize-opentype.css": "^0.2.4",
"normalize-scss": "^7.0.1",
"parsleyjs": "^2.8.1",
"popper.js": "^1.14.3",
"select2": "^4.0.5",