discourse/app/assets/stylesheets/desktop.scss
David Taylor ffdc97f372
DEV: Move desktop-specific admin styles to admin css bundle (#31524)
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`
2025-02-26 13:39:52 +00:00

5 lines
121 B
SCSS
Vendored

@import "common";
@import "desktop/_index";
// Import all component-specific files
@import "desktop/components/_index";