Remove conditional import since SASS does not support them.

old
Nick Retallack 2016-04-21 13:44:55 -07:00
parent 5d39761581
commit facf4a3736
1 changed files with 1 additions and 6 deletions

View File

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