discourse/app/assets/stylesheets/mobile.scss
Benjamin Kampmann 64918c35f5 Improved Plugins SCSS management
- 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)
2014-04-25 18:25:45 +02:00

9 lines
172 B
SCSS

@import "common";
@import "mobile/*";
/* These files doesn't actually exist, they are injected by DiscourseSassImporter. */
@import "plugins";
@import "plugins_mobile";