mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 06:15:28 +08:00
2308a58113
Example usage: ``` best_emojis: type: emoji_list default: laughing|open_mouth|cry|angry|hugs client: true ```
10 lines
190 B
SCSS
10 lines
190 B
SCSS
@import "common";
|
|
|
|
@import "desktop/_index";
|
|
|
|
// Import all component-specific files
|
|
@import "desktop/components/_index";
|
|
|
|
// Import all admin-specific files
|
|
@import "desktop/admin/_index";
|