Add main file for switch theming

pull/999/head
Ilya Daynatovich 9 years ago
parent 1238ffbc40
commit 429325ca6d
  1. 2
      css/main.scss
  2. 5
      css/themes/_main.scss

@ -30,7 +30,7 @@
/* Fonts END */
/* Theme BEGIN */
@import "themes/light";
@import "themes/main";
/* Theme END */
/* Modules BEGIN */

@ -0,0 +1,5 @@
/**
* Switch themes here
*/
@import "light";
Loading…
Cancel
Save