From 5bcec1953e9d65fb370e05951c6407507280466b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 22 May 2018 14:35:16 +0200 Subject: [PATCH] switch to scss version of normalize.css --- _src/_assets/styles/bigchain.scss | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_src/_assets/styles/bigchain.scss b/_src/_assets/styles/bigchain.scss index 2916b69..6e3e705 100644 --- a/_src/_assets/styles/bigchain.scss +++ b/_src/_assets/styles/bigchain.scss @@ -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 diff --git a/package.json b/package.json index e7ca077..871a79b 100644 --- a/package.json +++ b/package.json @@ -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",