13 lines
162 B
JavaScript
13 lines
162 B
JavaScript
module.exports = {
|
|
prefix: 'tw-',
|
|
important: true,
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
corePlugins: {
|
|
preflight: false
|
|
}
|
|
}
|