forked from mandorinn/eSix-Cafe
restructure theme import files (again)
This commit is contained in:
parent
7080abac0e
commit
c579a86a86
17
src/base/_themable.scss
Normal file
17
src/base/_themable.scss
Normal file
@ -0,0 +1,17 @@
|
||||
@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";
|
@ -1,5 +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";
|
@ -1,5 +0,0 @@
|
||||
@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";
|
@ -1,5 +0,0 @@
|
||||
@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