5 lines
70 B
SCSS
5 lines
70 B
SCSS
@import "colors.scss";
|
|
|
|
window {
|
|
background-color: $background;
|
|
}
|