15 lines
195 B
JavaScript
15 lines
195 B
JavaScript
|
module.exports = {
|
||
|
purge: [
|
||
|
'source/**/*.blade.php',
|
||
|
'source/**/*.md',
|
||
|
'source/**/*.html',
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
variants: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
};
|