fd22b0bf58
V2 (Laravel re-make)
8 lines
136 B
JavaScript
Vendored
8 lines
136 B
JavaScript
Vendored
module.exports = {
|
|
content: ['./index.html', './kitchen-sink.html'],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [require('./src')],
|
|
}
|