diff --git a/package-lock.json b/package-lock.json index 73e31c7..fed4176 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,7 @@ "autoprefixer": "^10.4.0", "postcss": "^8.4.0", "postcss-cli": "^11.0.0", + "posthtml": "^0.16.7", "tailwindcss": "^3.4.0" } }, diff --git a/package.json b/package.json index 991e831..5d2903b 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "autoprefixer": "^10.4.0", "postcss": "^8.4.0", "postcss-cli": "^11.0.0", + "posthtml": "^0.16.7", "tailwindcss": "^3.4.0" } }