8 lines
84 B
JavaScript
8 lines
84 B
JavaScript
|
module.exports = {
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
variants: {},
|
||
|
plugins: [],
|
||
|
}
|