Completely disable other themes for now (#8277)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
8ab82b7ed7
commit
d0c503d6c8
1 changed files with 3 additions and 3 deletions
|
@ -16,10 +16,10 @@ module.exports = {
|
|||
"mobileguide": "./src/vector/mobile_guide/index.js",
|
||||
|
||||
// CSS themes
|
||||
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
|
||||
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
|
||||
//"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
|
||||
//"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
|
||||
"theme-dharma": "./node_modules/matrix-react-sdk/res/themes/dharma/css/dharma.scss",
|
||||
"theme-status": "./res/themes/status/css/status.scss",
|
||||
//"theme-status": "./res/themes/status/css/status.scss",
|
||||
},
|
||||
module: {
|
||||
rules: [
|
||||
|
|
Loading…
Reference in a new issue