summaryrefslogtreecommitdiff
path: root/webpack.config.js
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2019-07-14 13:09:08 +0200
committermsquare <msquare@notrademark.de>2019-07-14 13:09:08 +0200
commit6ca0e8e81afed52fa211dd4bcb117cfec9ce3b29 (patch)
tree0c527956592a2c55c2d93f21f3d9bd73f3867f7e /webpack.config.js
parent10d0428f6490973652202b2a8aee69d68f4c5b7d (diff)
all 3 color themes for camp and high contrast theme
Diffstat (limited to 'webpack.config.js')
-rw-r--r--webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.config.js b/webpack.config.js
index 5542460d..f25a37ea 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -23,7 +23,7 @@ const plugins = [
const themeEntries = {};
-for (let i = 0; i < 9; i++) {
+for (let i = 0; i < 12; i++) {
themeEntries[`theme${i}`] = `./resources/assets/themes/theme${i}.less`;
}