Skip to content

Commit dbcbde8

Browse files
Static_content and folders
Added static_content to main.scss Put everything in folders (base and layout)
1 parent 377a86b commit dbcbde8

File tree

9 files changed

+12
-8
lines changed

9 files changed

+12
-8
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

sass/static_content.scss renamed to sass/layout/static_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@
3131
.container {
3232
width: $b5-container;
3333
}
34-
}
34+
}

sass/main.scss

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
@import 'reset';
2-
@import 'variables';
3-
@import 'grid';
4-
@import 'defaults';
5-
@import 'mixins';
6-
@import 'utility';
7-
@import 'utility_spacers';
1+
/* Base */
2+
@import 'base/reset';
3+
@import 'base/variables';
4+
@import 'base/defaults';
5+
@import 'base/mixins';
6+
@import 'base/utility';
7+
@import 'base/utility_spacers';
8+
9+
/* Layout */
10+
@import 'layout/grid';
11+
@import 'layout/static_content';

0 commit comments

Comments
 (0)