Updates daisy ui

This commit is contained in:
Rune Harlyk
2024-04-23 21:40:34 +02:00
committed by Rune Harlyk
parent 5609fe35d7
commit 9ca4381442
5 changed files with 11 additions and 12 deletions
+4 -5
View File
@@ -1,6 +1,5 @@
import tailwindcss from 'tailwindcss';
import autoprefixer from 'autoprefixer';
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
plugins: [tailwindcss(), autoprefixer()]
};