6 lines
52 B
SCSS
6 lines
52 B
SCSS
|
$color: green;
|
||
|
|
||
|
body {
|
||
|
background-color: green;
|
||
|
}
|