we need theme vars when building theme css

This commit is contained in:
Sam 2017-04-12 13:37:27 -04:00
parent d0fa8cda76
commit db9a44d4b5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ module Stylesheet
if Importer.special_imports[asset.to_s]
filename = "theme.scss"
file = "@import \"#{asset}\";"
file = "@import \"theme_variables\"; @import \"#{asset}\";"
else
filename = "#{asset}.scss"
path = "#{ASSET_ROOT}/#{filename}"