discourse/lib/stylesheet
Penar Musaraj aa1442fdc3
DEV: Use separate files for theme component stylesheets (take 2) (#12225)
This switches to outputting a separate file for each theme component CSS
asset. We have separate CSS plugin files, separate JS files
(for plugins/themes/components), it makes sense to do the same for
component CSS assets.

Benefits:
- easier debugging
- fixes a regression with theme component sourcemaps
- changes to theme components are updated individually

With HTTP/2, there is also no performance downside to having additional
files in the initial request.
2021-02-26 12:30:23 -05:00
..
common.rb
compiler.rb DEV: More refactoring of SCSS importers (#12143) 2021-02-19 11:22:24 -05:00
functions.rb
importer.rb DEV: Use separate files for theme component stylesheets (take 2) (#12225) 2021-02-26 12:30:23 -05:00
manager.rb DEV: Use separate files for theme component stylesheets (take 2) (#12225) 2021-02-26 12:30:23 -05:00
watcher.rb