Tailwind V4 migration initial commit

This commit is contained in:
mikiher 2025-03-16 16:41:37 +02:00
parent d60ccff5e8
commit 30db5d50fb
186 changed files with 1858 additions and 1324 deletions

View file

@ -116,7 +116,7 @@ module.exports = {
postcss: {
postcssOptions: {
plugins: {
tailwindcss: {},
'@tailwindcss/postcss': {},
autoprefixer: {}
}
}