Skip to content

Commit 534155f

Browse files
committed
point to new CSS locations
1 parent f569fdd commit 534155f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ module.exports = {
2121
"olm": "./src/vector/olm-loader.js",
2222

2323
// CSS themes
24-
"theme-light": "./src/skins/vector/css/themes/light.scss",
25-
"theme-dark": "./src/skins/vector/css/themes/dark.scss",
26-
"theme-status": "./src/skins/vector/themes/status/css/status.scss",
24+
"theme-light": "./node_modules/matrix-react-sdk/res/themes/light/css/light.scss",
25+
"theme-dark": "./node_modules/matrix-react-sdk/res/themes/dark/css/dark.scss",
26+
"theme-status": "./res/themes/status/css/status.scss",
2727
},
2828
module: {
2929
preLoaders: [

0 commit comments

Comments
 (0)