7 lines
81 B
SCSS
7 lines
81 B
SCSS
@import 'options';
|
|
@import 'base';
|
|
@import 'theme';
|
|
|
|
body {
|
|
background: #EEE;
|
|
} |