element theme webpack config

jryans/remove-brand
Bruno Windels 2020-06-30 13:27:58 +02:00
parent af349a7ac5
commit c9c402310a
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ module.exports = (env, argv) => {
"usercontent": "./node_modules/matrix-react-sdk/src/usercontent/index.js",
// CSS themes
"theme-element": "./node_modules/matrix-react-sdk/res/themes/element/css/element.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-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",