Procházet zdrojové kódy

Add main file for switch theming

master
Ilya Daynatovich před 9 roky
rodič
revize
429325ca6d
2 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 1
    1
      css/main.scss
  2. 5
    0
      css/themes/_main.scss

+ 1
- 1
css/main.scss Zobrazit soubor

@@ -30,7 +30,7 @@
30 30
 /* Fonts END */
31 31
 
32 32
 /* Theme  BEGIN */
33
-@import "themes/light";
33
+@import "themes/main";
34 34
 /* Theme END */
35 35
 
36 36
 /* Modules BEGIN */

+ 5
- 0
css/themes/_main.scss Zobrazit soubor

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

Načítá se…
Zrušit
Uložit