mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-24 02:41:20 +08:00
Having them under `desktop/` means they're loaded for all users. Better to put them in the admin-only bundle, and scope with `.desktop-view`
5 lines
121 B
SCSS
Vendored
5 lines
121 B
SCSS
Vendored
@import "common";
|
|
@import "desktop/_index";
|
|
|
|
// Import all component-specific files
|
|
@import "desktop/components/_index";
|