feat: update image size handling in textimage component for better layout control
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 4m47s
Build / switch-stage (push) Successful in 2m3s

This commit is contained in:
2025-06-16 12:44:31 +02:00
parent f36e0d7f72
commit c4d01f2a47
3 changed files with 25 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"scripts": {
"build:css": "NODE_ENV=production webpack --config webpack.config.js --mode production",
"dev:css": "webpack --config webpack.config.js --mode development"
"dev:css": "webpack --config webpack.config.js --mode development --watch"
},
"devDependencies": {
"autoprefixer": "^10.4.21",