tailwind init

This commit is contained in:
Rei
2022-12-07 18:28:34 +01:00
parent 575f65be91
commit fa6921abe2
7 changed files with 1511 additions and 229 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}