blob: f08ae587527188c71d6b4e829c153d7991b2c9a7 (
plain)
1
2
3
4
5
6
7
|
// TODO: this file can be removed safely in v6 when `@import "variables-dark"` will be removed at the end of _variables.scss
@import "../../functions";
@import "../../variables";
// Voluntarily not importing _variables-dark.scss
@import "../../maps";
@import "../../mixins";
|