Init repo
This commit is contained in:
1
src/scss/_settings.scss
Normal file
1
src/scss/_settings.scss
Normal file
@@ -0,0 +1 @@
|
||||
$color-bg: green;
|
||||
5
src/scss/style.scss
Normal file
5
src/scss/style.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@import "settings";
|
||||
|
||||
body {
|
||||
background-color: $color-bg;
|
||||
}
|
||||
Reference in New Issue
Block a user