FIX: Do not include theme variables in plugin SCSS, and fix register_css

This commit is contained in:
David Taylor
2019-09-16 17:06:34 +01:00
parent 4a11e7ee56
commit 081c36a459
6 changed files with 112 additions and 66 deletions

View File

@ -266,7 +266,7 @@ class Plugin::Instance
automatic_assets.each do |path, contents|
write_asset(path, contents)
paths << path
assets << [path]
assets << [path, nil, directory_name]
end
delete_extra_automatic_assets(paths)