use ye olde rel='alternate stylesheets' for theming
This commit is contained in:
parent
c9c58ab0ec
commit
6c88201e23
3 changed files with 14 additions and 5 deletions
|
@ -15,6 +15,10 @@ module.exports = {
|
|||
// point, so that it doesn't block the pageload, but that is a separate
|
||||
// problem)
|
||||
"olm": "./src/vector/olm-loader.js",
|
||||
|
||||
// CSS themes
|
||||
"theme-light": "./build/light.scss",
|
||||
"theme-dark": "./build/dark.scss",
|
||||
},
|
||||
module: {
|
||||
preLoaders: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue