Add tailwind config
This commit is contained in:
14
web/tailwind.config.js
Normal file
14
web/tailwind.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
future: {
|
||||
// removeDeprecatedGapUtilities: true,
|
||||
// purgeLayersByDefault: true,
|
||||
// defaultLineHeights: true,
|
||||
// standardFontWeights: true
|
||||
},
|
||||
purge: [],
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
variants: {},
|
||||
plugins: []
|
||||
}
|
||||
Reference in New Issue
Block a user