|
@@ -4,6 +4,12 @@
|
|
// - https://www.sitepoint.com/architecture-sass-project/
|
|
// - https://www.sitepoint.com/architecture-sass-project/
|
|
// - http://vanseodesign.com/css/sass-directory-structures/
|
|
// - http://vanseodesign.com/css/sass-directory-structures/
|
|
|
|
|
|
|
|
+// Helpers: Tools, helper files, variables, config files.
|
|
|
|
+@import 'helpers/colors';
|
|
|
|
+@import 'helpers/sizes';
|
|
|
|
+@import 'helpers/message_bubble';
|
|
|
|
+@import 'helpers/texts';
|
|
|
|
+
|
|
// Base: Boilerplate content. It holds the styles every page of your site
|
|
// Base: Boilerplate content. It holds the styles every page of your site
|
|
// should receive.
|
|
// should receive.
|
|
@import 'base/reset';
|
|
@import 'base/reset';
|
|
@@ -11,12 +17,6 @@
|
|
@import 'base/colors';
|
|
@import 'base/colors';
|
|
@import 'base/cloak';
|
|
@import 'base/cloak';
|
|
|
|
|
|
-// Helpers: Tools, helper files, variables, config files.
|
|
|
|
-@import 'helpers/colors';
|
|
|
|
-@import 'helpers/sizes';
|
|
|
|
-@import 'helpers/message_bubble';
|
|
|
|
-@import 'helpers/texts';
|
|
|
|
-
|
|
|
|
// Layouts: Macro layout files. Styles for major sections of the layout like a
|
|
// Layouts: Macro layout files. Styles for major sections of the layout like a
|
|
// header or footer and styles for a grid system would belong here.
|
|
// header or footer and styles for a grid system would belong here.
|
|
@import 'layout/main';
|
|
@import 'layout/main';
|