feature: add tailwindcss

This commit is contained in:
alisa
2023-04-24 23:12:08 +08:00
parent c45c94f36b
commit dec4b82f75
6 changed files with 221 additions and 20 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}