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

7
tailwind.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};