mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
13 lines
261 B
SCSS
13 lines
261 B
SCSS
@import "common";
|
|
|
|
@import "mobile/*";
|
|
|
|
// Import all component-specific files
|
|
@import "mobile/components/*";
|
|
|
|
@import "mobile/select-kit/*";
|
|
|
|
/* These files doesn't actually exist, they are injected by Stylesheet::Compiler. */
|
|
|
|
@import "category_backgrounds";
|