Fix tailwind

This commit is contained in:
2024-01-14 19:01:27 +01:00
parent 6a3f86bdc8
commit de06bef97e
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,3 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
plugins: ["tailwindcss", "autoprefixer"],
};