Merge pull request #8280 from aaronraimist/disable-other-themes

Completely disable other themes for now (#8277)
pull/8283/head
Travis Ralston 2019-01-27 21:01:41 -07:00 committed by GitHub
commit 1460bfd1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: [