mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
64918c35f5
- Moves the import of plugins for both mobile and desktop from common after discourse loading, allowing plugins to overwrite - Make desktop-option behave like the mobile-option: SCSS/CSS marked with that option will only be loaded for desktop from now on and ignored in mobile - Add variables-keyword, allowing plugins to ship and overwrite variables before they get imported by discourse (great for theming)
8 lines
172 B
SCSS
8 lines
172 B
SCSS
@import "common";
|
|
@import "mobile/*";
|
|
|
|
|
|
/* These files doesn't actually exist, they are injected by DiscourseSassImporter. */
|
|
|
|
@import "plugins";
|
|
@import "plugins_mobile";
|