15 lines
139 B
SCSS
15 lines
139 B
SCSS
---
|
|
---
|
|
|
|
@import "colors";
|
|
|
|
:root {
|
|
@include colors;
|
|
@include dark-colors;
|
|
}
|
|
|
|
@media print {
|
|
:root {
|
|
@include light-colors;
|
|
}
|
|
} |