16 lines
227 B
JavaScript
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: []
|
|
}
|