discourse/lib/stylesheet
Penar Musaraj c937afc75e
FEATURE: automatic dark mode (#10341)
A first step to adding automatic dark mode color scheme switching. Adds a new SCSS file at `color_definitions.scss` that serves to output all SCSS color variables as CSS custom properties. And replaces all SCSS color variables with the new CSS custom properties throughout the stylesheets. 

This is an alpha feature at this point, can only be enabled via console using the `default_dark_mode_color_scheme_id` site setting.
2020-08-03 22:57:10 -04:00
..
common.rb DEV: Upgrading Discourse to Zeitwerk (#8098) 2019-10-02 14:01:53 +10:00
compiler.rb FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
functions.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00
importer.rb FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
manager.rb FEATURE: automatic dark mode (#10341) 2020-08-03 22:57:10 -04:00
watcher.rb DEV: Live refresh all themes when watching stylesheets (#10337) 2020-07-30 19:03:24 -04:00