add tailwind

This commit is contained in:
Evan
2025-02-01 12:05:11 -08:00
parent 3aeff1df29
commit 348a4a611a
7 changed files with 776 additions and 10 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
}
}