We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c187b4 commit 5ead655Copy full SHA for 5ead655
webpack.config.js
@@ -18,6 +18,7 @@ module.exports = {
18
// CSS themes
19
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
20
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
21
+ "theme-light-custom": "./node_modules/matrix-react-sdk/res/themes/light-custom/css/light-custom.scss",
22
},
23
module: {
24
rules: [
0 commit comments