Add main file for switch theming

This commit is contained in:
Ilya Daynatovich 2016-10-12 12:08:45 +03:00
parent 1238ffbc40
commit 429325ca6d
2 changed files with 6 additions and 1 deletions

View File

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

5
css/themes/_main.scss Normal file
View File

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