mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:21:18 +08:00
we need theme vars when building theme css
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user