Add Tailwind CSS (v3)

This commit is contained in:
Ariful Alam
2022-03-18 23:46:57 +06:00
parent 528c278890
commit f01ca017a3
5 changed files with 1430 additions and 14 deletions

6
postcss.config.js Normal file
View File

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