installed tailwind

This commit is contained in:
2022-07-13 09:58:17 +02:00
parent 7475bb5671
commit 087a638589
6 changed files with 478 additions and 32 deletions

6
postcss.config.js Normal file
View File

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