move status theme into a dedicated dir, and make fonts work
This commit is contained in:
parent
b28192cc0b
commit
01b3d6128c
7 changed files with 453 additions and 5 deletions
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
// CSS themes
|
||||
"theme-light": "./src/skins/vector/css/themes/light.scss",
|
||||
"theme-dark": "./src/skins/vector/css/themes/dark.scss",
|
||||
"theme-status": "./src/skins/vector/css/themes/status.scss",
|
||||
"theme-status": "./src/skins/vector/themes/status/css/status.scss",
|
||||
},
|
||||
module: {
|
||||
preLoaders: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue