14 lines
212 B
JavaScript
14 lines
212 B
JavaScript
module.exports = {
|
|
purge: {
|
|
enabled: true,
|
|
content: [
|
|
'resources/templates/**/*.html'
|
|
]
|
|
},
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
}
|