Skip to content

Commit 7c0e3b9

Browse files
committed
Fix SCSS compile error by moving breakpoint init
1 parent b9043d0 commit 7c0e3b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_sass/minimal-mistakes.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/* Mixins and functions */
1111
@forward "minimal-mistakes/vendor/breakpoint/breakpoint";
12-
@include breakpoint-set("to ems", true);
1312
@forward "minimal-mistakes/vendor/magnific-popup/magnific-popup";
1413
@forward "minimal-mistakes/vendor/susy/susy";
1514
@forward "minimal-mistakes/mixins";
@@ -38,3 +37,6 @@
3837
@forward "minimal-mistakes/archive";
3938
@forward "minimal-mistakes/sidebar";
4039
@forward "minimal-mistakes/print";
40+
41+
// Configure Breakpoint after loading all modules
42+
@include breakpoint-set("to ems", true);

0 commit comments

Comments
 (0)