6 lines
86 B
SCSS
6 lines
86 B
SCSS
|
|
@use './brain/form';
|
||
|
|
@use './brain/layout';
|
||
|
|
|
||
|
|
body {
|
||
|
|
background-color: lightgrey;
|
||
|
|
}
|