mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 20:08:26 +00:00
we need theme vars when building theme css
This commit is contained in:
parent
d0fa8cda76
commit
db9a44d4b5
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user