a fresh start
This commit is contained in:
4
source/assets/css/_imports.scss
Normal file
4
source/assets/css/_imports.scss
Normal file
@ -0,0 +1,4 @@
|
||||
@import "bootstrap/dist/css/bootstrap";
|
||||
@import "fontawesome/css/font-awesome";
|
||||
|
||||
// @import "compass";
|
7
source/assets/css/_settings.scss
Normal file
7
source/assets/css/_settings.scss
Normal file
@ -0,0 +1,7 @@
|
||||
/*
|
||||
any variables and settings should be defined here,
|
||||
like colors for instance
|
||||
*/
|
||||
|
||||
$backgroundColor: #fff;
|
||||
$textColor: #000;
|
10
source/assets/css/all.scss
Normal file
10
source/assets/css/all.scss
Normal file
@ -0,0 +1,10 @@
|
||||
@charset "utf-8";
|
||||
|
||||
@import "settings";
|
||||
@import "imports";
|
||||
|
||||
|
||||
body {
|
||||
background: $backgroundColor;
|
||||
color: $textColor;
|
||||
}
|
Reference in New Issue
Block a user