Add tailwind to project

This commit is contained in:
E
2021-09-10 21:19:07 +01:00
parent f475c89e27
commit 3f1514c2f3
13 changed files with 4324 additions and 14514 deletions

6
postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss'),
require('autoprefixer')
]
}