discourse/lib/stylesheet
Penar Musaraj eb7f0ec766
FIX: In components, fall back to default theme color variables (#12423)
Component SCSS compilation should use the current theme's SCSS color
variables as a fallback before using the default core colors.

This is mostly a backwards-compatibility fix, new themes and components
should use CSS custom properties, which offer better support for on-the-fly
color scheme changes (dark mode support, etc.).
2021-03-17 13:34:15 -04:00
..
compiler.rb DEV: Refactor plugin SCSS compilation (#12359) 2021-03-12 11:17:42 -05:00
functions.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
importer.rb FIX: In components, fall back to default theme color variables (#12423) 2021-03-17 13:34:15 -04:00
manager.rb FIX: Do not output empty style tags for components (#12229) 2021-03-01 09:14:25 -05:00
watcher.rb DEV: Use fewer threads when watching for SCSS changes (#12393) 2021-03-12 16:18:00 -05:00