Skip to content

Commit

Permalink
fix(normalize): load before custom reset
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybotha committed May 20, 2020
1 parent 3a7aac8 commit 6f24d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f24d2d

Please sign in to comment.