fix: update ddev to include all tailwind css styles

This commit is contained in:
2025-04-21 19:24:29 +02:00
parent baf203e4fd
commit b7de6dee99
5 changed files with 25 additions and 285 deletions

View File

@@ -2,7 +2,8 @@
"name": "lena-schilling-website",
"version": "1.0.0",
"scripts": {
"build:css": "webpack --config webpack.config.js"
"build:css": "NODE_ENV=production webpack --config webpack.config.js --mode production",
"dev:css": "webpack --config webpack.config.js --mode development"
},
"devDependencies": {
"autoprefixer": "^10.4.21",