Skip to content

Commit

Permalink
Completely disable other themes for now (element-hq#8277)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Raimist <[email protected]>
  • Loading branch information
aaronraimist committed Jan 28, 2019
1 parent 8ab82b7 commit d0c503d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit d0c503d

Please sign in to comment.