7 lines
51 B
SCSS
7 lines
51 B
SCSS
|
@import 'colors';
|
||
|
|
||
|
body {
|
||
|
background: $color;
|
||
|
}
|
||
|
|