Merge pull request #999 from BeatC/theming

Add main file for switch theming
This commit is contained in:
yanas 2016-10-12 11:34:01 -05:00 committed by GitHub
commit 491ce70e1a
2 changed files with 6 additions and 1 deletions

View File

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

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

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