zappyzep/dashboard/tailwind.config.js

17 lines
227 B
JavaScript
Raw Normal View History

module.exports = {
2020-12-13 22:11:04 +02:00
important: true,
theme: {
2020-12-13 22:11:04 +02:00
extend: {
lineHeight: {
zero: '0'
},
flex: {
full: '0 0 100%',
flexible: '1 1 0'
}
}
},
variants: {},
plugins: []
}