3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-18 15:00:00 +00:00
zeppelin/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: []
}