discourse/lib/stylesheet
David Taylor 7878e5007a
FIX: Refactor to prevent themes affecting core stylesheets (#7029)
If a theme setting contained invalid SCSS, it would cause an error 500 on the site, with no way to recover. This commit stops loading theme settings in the core stylesheets, and instead only loads the color scheme variables. This change also makes `common/foundation/variables.scss` available to themes without an explicit import.
2019-02-19 15:55:59 +00:00
..
common.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
compiler.rb FIX: Refactor to prevent themes affecting core stylesheets (#7029) 2019-02-19 15:55:59 +00:00
functions.rb FIX: missing image-url helper 2017-05-01 15:32:02 -04:00
importer.rb FIX: Refactor to prevent themes affecting core stylesheets (#7029) 2019-02-19 15:55:59 +00:00
manager.rb DEV: Plugin scss errors should break precompile (#6974) 2019-02-07 09:27:42 -05:00
watcher.rb FEATURE: backend support for user-selectable components 2018-08-08 14:46:34 +10:00