This commit is contained in:
Kar
2022-09-06 16:11:02 +05:30
commit b2e5f127cf
8 changed files with 86 additions and 0 deletions

12
tailwind.config.js Normal file
View File

@@ -0,0 +1,12 @@
module.exports = {
future: {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true,
},
purge: ["./src/*.html"],
theme: {
extend: {},
},
variants: {},
plugins: [],
};