6 lines
54 B
SCSS
6 lines
54 B
SCSS
$primary-color: teal;
|
|
|
|
body {
|
|
background: #eee;
|
|
}
|
$primary-color: teal;
|
|
|
|
body {
|
|
background: #eee;
|
|
}
|