10 lines
119 B
JavaScript
10 lines
119 B
JavaScript
|
module.exports = {
|
||
|
prefix: 'tw-',
|
||
|
important: true,
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
variants: {},
|
||
|
plugins: []
|
||
|
}
|