We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb7191 commit 959b514Copy full SHA for 959b514
_sass/minimal-mistakes/_base.scss
@@ -4,6 +4,7 @@
4
5
@use "variables" as *;
6
@use "vendor/breakpoint/breakpoint" as *;
7
+@use "mixins";
8
9
html {
10
/* sticky footer fix */
_sass/minimal-mistakes/_reset.scss
* { box-sizing: border-box; }
0 commit comments