This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
// sass dev/assets/scss/main.scss:assets/css/main.css
|
||||
|
||||
$bgColor: #efefef;
|
||||
// 01 FRAMEWORKS
|
||||
@import '01_frameworks/index';
|
||||
|
||||
body {
|
||||
background-color: $bgColor;
|
||||
}
|
||||
// 02 FONTS
|
||||
@import '02_fonts/index';
|
||||
|
||||
// 03 BASE
|
||||
@import '03_base/index';
|
||||
|
||||
// 04 PLUGINS
|
||||
@import '04_plugins/index';
|
||||
|
||||
// 05 MODULES
|
||||
@import '05_modules/index';
|
||||
|
||||
Reference in New Issue
Block a user