discourse/spec/fixtures/plugins
David Taylor 042c480049
FIX: Do not @import .css assets for plugins (#32014)
b1924c35 switched our compiler to use `@import` internally for scss
entrypoints. This logic also applied to `.css` files, but unfortunately
sass doesn't do anything with `@import` of CSS files, so they'll be left
intact all the way to the browser. Continue using the old concatenation
approach for them in the compiler.

Followup to b1924c3524
2025-03-26 11:01:24 +00:00
..
color_definition
csp_extension FIX: invalid CSP directive sources should allow site to boot with valid CSP directives (#31256) 2025-02-10 20:38:36 +08:00
custom_locales
my_plugin DEV: Apply syntax_tree formatting to spec/* 2023-01-09 11:49:28 +00:00
scss_plugin FIX: Do not @import .css assets for plugins (#32014) 2025-03-26 11:01:24 +00:00