js-tailwindcss template added

This commit is contained in:
Ahmed Mujtaba Chang
2022-08-31 18:26:06 +05:00
parent 8671428a75
commit 6c986d4dea
11 changed files with 3709 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}