zappyzep/dashboard/tailwind.config.js
2020-12-13 22:11:04 +02:00

16 lines
227 B
JavaScript

module.exports = {
important: true,
theme: {
extend: {
lineHeight: {
zero: '0'
},
flex: {
full: '0 0 100%',
flexible: '1 1 0'
}
}
},
variants: {},
plugins: []
}