Add tailwind config

This commit is contained in:
Kurt Hutten
2020-10-14 19:31:14 +11:00
parent 398ddc16eb
commit ca833ba18c
5 changed files with 281 additions and 13 deletions

14
web/tailwind.config.js Normal file
View File

@@ -0,0 +1,14 @@
module.exports = {
future: {
// removeDeprecatedGapUtilities: true,
// purgeLayersByDefault: true,
// defaultLineHeights: true,
// standardFontWeights: true
},
purge: [],
theme: {
extend: {}
},
variants: {},
plugins: []
}