aboutsummaryrefslogtreecommitdiff
path: root/webpack.common.js
diff options
context:
space:
mode:
authorDavid Siegfried <david.siegfried@uni-vechta.de>2024-03-15 13:03:59 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2024-03-15 13:03:59 +0000
commit39f9cc6099738dc052cef015bca985cde0a25f55 (patch)
tree9c7c622a17dbb8eb9fc8ed7f604131e0fce42c0a /webpack.common.js
parentbdf9fb86319db5c123ed488b5047e92625f34b41 (diff)
migrate less to scss, re #3786
Merge request studip/studip!2659
Diffstat (limited to 'webpack.common.js')
-rw-r--r--webpack.common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.common.js b/webpack.common.js
index 8edc9c6..702a5b6 100644
--- a/webpack.common.js
+++ b/webpack.common.js
@@ -16,7 +16,7 @@ module.exports = {
"studip-statusgroups": assetsPath + "/entry-statusgroups.js",
"studip-wysiwyg": assetsPath + "/entry-wysiwyg.js",
"studip-installer": assetsPath + "/entry-installer.js",
- "print": path.resolve(__dirname, "resources/assets/stylesheets") + "/print.less",
+ "print": path.resolve(__dirname, "resources/assets/stylesheets") + "/print.scss",
"webservices": path.resolve(__dirname, "resources/assets/stylesheets") + "/webservices.scss",
"accessibility": path.resolve(__dirname, "resources/assets/stylesheets") + "/highcontrast.scss"
},