Prepare base file to handle theming

old
Javi Velasco 2015-11-02 23:59:16 +01:00
parent 6545e2bc7f
commit ef882fc0cd
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
@import "./colors";
$theme-building: false !default;
@if $theme-building != true {
@import "./colors";
}
@import "./globals";
@import "./mixins";