mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-21 00:18:33 +08:00
Example usage:
```
best_emojis:
type: emoji_list
default: laughing|open_mouth|cry|angry|hugs
client: true
```
9 lines
190 B
SCSS
Vendored
9 lines
190 B
SCSS
Vendored
@import "common";
|
|
|
|
@import "desktop/_index";
|
|
|
|
// Import all component-specific files
|
|
@import "desktop/components/_index";
|
|
|
|
// Import all admin-specific files
|
|
@import "desktop/admin/_index";
|