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