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 9445414 commit 100f4b8Copy full SHA for 100f4b8
sass/main.scss
@@ -1,10 +1,13 @@
1
-/* Base */
+/* Base */
2
@import 'base/reset';
3
-@import 'base/defaults';
4
@import 'base/mixins';
5
-@import 'base/utility';
6
-@import 'base/utility_spacers';
7
8
-/* Layout */
9
@import 'layout/grid';
10
-@import 'layout/static_content';
+@import 'layout/static_content';
+
+/* Base
+ These base files here so they overwrite the grid
+*/
11
+@import 'base/defaults';
12
+@import 'base/utility';
13
+@import 'base/utility_spacers';
0 commit comments