9 lines
81 B
SCSS
9 lines
81 B
SCSS
---
|
|
---
|
|
|
|
@import "colors";
|
|
|
|
:root {
|
|
@include colors;
|
|
@include light-colors;
|
|
} |