mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 03:48:23 +00: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";
|