From c9c402310ade542edce52ae771d9d9ecafb18288 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 30 Jun 2020 13:27:58 +0200 Subject: [PATCH] element theme webpack config --- webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.js b/webpack.config.js index 1aa14175fd..8c643d3df9 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -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",