Make default-dark theme more future-proof
This commit is contained in:
parent
164f3f1662
commit
7852b3fc59
1 changed files with 4 additions and 0 deletions
|
@ -4,5 +4,9 @@
|
||||||
* Copyright © 2021 Jean-Romain Garnier
|
* Copyright © 2021 Jean-Romain Garnier
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Import this so, if variables are introduced at a later time, the theme still compiles
|
||||||
|
// it will keep the default behavior as all variables are set to none in the template
|
||||||
|
@import '../template-variables.scss';
|
||||||
|
|
||||||
@import './default-dark-variables.scss';
|
@import './default-dark-variables.scss';
|
||||||
@import '../template.scss';
|
@import '../template.scss';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue