7 lines
51 B
SCSS

@import 'colors';
body {
background: $color;
}