Converting from SASS to SCSS
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$primary-color: teal;
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
$primary-color: teal;
|
||||
|
||||
body {
|
||||
background: #eee;
|
||||
}
|
||||