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