6 lines
55 B
SCSS
6 lines
55 B
SCSS
$primary-color: teal;
|
|
|
|
body {
|
|
background: white;
|
|
}
|
$primary-color: teal;
|
|
|
|
body {
|
|
background: white;
|
|
}
|