init
This commit is contained in:
3
assets/sass/body.scss
Normal file
3
assets/sass/body.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.bg-black {
|
||||
background-color: $primary-color;
|
||||
}
|
||||
3
assets/sass/style.scss
Normal file
3
assets/sass/style.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
$primary-color: #f00;
|
||||
|
||||
@import "body.scss";
|
||||
Reference in New Issue
Block a user