2017-09-13 07:52:34 +02:00

8 lines
91 B
SCSS
Vendored

@import 'vars';
@import 'colorBlue';
body {
background: $color;
color: colorBlue();
}