Skip to content

Commit 462976e

Browse files
Fix Sass variable scope for reset (#301)
1 parent 4836872 commit 462976e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_sass/minimal-mistakes/_reset.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
STYLE RESETS
33
========================================================================== */
44

5+
@use "variables" as *;
6+
57
* { box-sizing: border-box; }
68

79
html {

0 commit comments

Comments
 (0)