🛠️ Add tailwindcss.

This commit is contained in:
pheralb
2023-03-15 11:28:22 +00:00
parent 8a3d4b6cf9
commit 89506de0e9
3 changed files with 36 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}