This commit is contained in:
2025-04-04 22:30:05 +02:00
parent 90e7fcced0
commit abcdc926ba
3 changed files with 44 additions and 45 deletions

View File

@@ -1,8 +1,7 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
'@tailwindcss/postcss': {},
autoprefixer: {}
tailwindcss: {},
},
};