Skip to content

Commit 100f4b8

Browse files
Changed order in main.scss so utility classes can overwrite the grid
1 parent 9445414 commit 100f4b8

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

sass/main.scss

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
/* Base */
1+
/* Base */
22
@import 'base/reset';
3-
@import 'base/defaults';
43
@import 'base/mixins';
5-
@import 'base/utility';
6-
@import 'base/utility_spacers';
74

8-
/* Layout */
95
@import 'layout/grid';
10-
@import 'layout/static_content';
6+
@import 'layout/static_content';
7+
8+
/* Base
9+
These base files here so they overwrite the grid
10+
*/
11+
@import 'base/defaults';
12+
@import 'base/utility';
13+
@import 'base/utility_spacers';

0 commit comments

Comments
 (0)