From 6f24d2de712a3cbd66e54ae3cef916d7f3380641 Mon Sep 17 00:00:00 2001 From: Larry Botha Date: Wed, 20 May 2020 10:30:37 -0500 Subject: [PATCH] fix(normalize): load before custom reset --- scss/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/global.scss b/scss/global.scss index 8df965ba..0a3de98f 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -24,8 +24,8 @@ * * normalize.css requires `includePaths: ['node_modules/normalize.css']` in your Sass config */ -@import "core/reset"; @import "normalize"; +@import "core/reset"; /** * import global styles