forked from mandorinn/eSix-Cafe
restructure theme import files
This commit is contained in:
parent
dd37edf36d
commit
1b80d8e34b
@ -1,19 +0,0 @@
|
||||
@import "../themes/classic/theme_bloodlust";
|
||||
@import "../themes/classic/theme_hexagon";
|
||||
@import "../themes/classic/theme_hotdog";
|
||||
@import "../themes/classic/theme_pony";
|
||||
@import "../themes/classic/theme_serpent";
|
||||
|
||||
/*
|
||||
@import "../themes/muted/theme_bloodlust";
|
||||
@import "../themes/muted/theme_hexagon";
|
||||
@import "../themes/muted/theme_hotdog";
|
||||
@import "../themes/muted/theme_pony";
|
||||
@import "../themes/muted/theme_serpent";
|
||||
|
||||
@import "../themes/popular/theme_bloodlust";
|
||||
@import "../themes/popular/theme_hexagon";
|
||||
@import "../themes/popular/theme_hotdog";
|
||||
@import "../themes/popular/theme_pony";
|
||||
@import "../themes/popular/theme_serpent";
|
||||
*/
|
5
src/themes/_themable_classic.scss
Normal file
5
src/themes/_themable_classic.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@import "../themes/classic/theme_bloodlust";
|
||||
@import "../themes/classic/theme_hexagon";
|
||||
@import "../themes/classic/theme_hotdog";
|
||||
@import "../themes/classic/theme_pony";
|
||||
@import "../themes/classic/theme_serpent";
|
5
src/themes/_themable_muted.scss
Normal file
5
src/themes/_themable_muted.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@import "../themes/muted/theme_bloodlust";
|
||||
@import "../themes/muted/theme_hexagon";
|
||||
@import "../themes/muted/theme_hotdog";
|
||||
@import "../themes/muted/theme_pony";
|
||||
@import "../themes/muted/theme_serpent";
|
5
src/themes/_themable_popular.scss
Normal file
5
src/themes/_themable_popular.scss
Normal file
@ -0,0 +1,5 @@
|
||||
@import "../themes/popular/theme_bloodlust";
|
||||
@import "../themes/popular/theme_hexagon";
|
||||
@import "../themes/popular/theme_hotdog";
|
||||
@import "../themes/popular/theme_pony";
|
||||
@import "../themes/popular/theme_serpent";
|
Loading…
Reference in New Issue
Block a user