From 429325ca6d00c3f883ec3b55d9ba8ac29057894f Mon Sep 17 00:00:00 2001 From: Ilya Daynatovich Date: Wed, 12 Oct 2016 12:08:45 +0300 Subject: [PATCH] Add main file for switch theming --- css/main.scss | 2 +- css/themes/_main.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 css/themes/_main.scss diff --git a/css/main.scss b/css/main.scss index 73ef87203..1f586c54c 100644 --- a/css/main.scss +++ b/css/main.scss @@ -30,7 +30,7 @@ /* Fonts END */ /* Theme BEGIN */ -@import "themes/light"; +@import "themes/main"; /* Theme END */ /* Modules BEGIN */ diff --git a/css/themes/_main.scss b/css/themes/_main.scss new file mode 100644 index 000000000..f49e1594b --- /dev/null +++ b/css/themes/_main.scss @@ -0,0 +1,5 @@ +/** +* Switch themes here +*/ + +@import "light"; \ No newline at end of file