Make default-dark theme more future-proof

This commit is contained in:
Jean-Romain Garnier 2021-01-15 21:30:31 +01:00
parent 164f3f1662
commit 7852b3fc59

View file

@ -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';