mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 15:33:43 +08:00
303f229e98
By default, SCSS does not support globbing. This removes our magic and uses index files to import all files in a folder.
11 lines
241 B
SCSS
11 lines
241 B
SCSS
@import "common";
|
|
|
|
@import "desktop/_index";
|
|
|
|
// Import all component-specific files
|
|
@import "desktop/components/_index";
|
|
|
|
/* These files doesn't actually exist, they are injected by Stylesheet::Compiler. */
|
|
|
|
@import "category_backgrounds";
|