12 lines
144 B
JavaScript
12 lines
144 B
JavaScript
![]() |
module.exports = {
|
||
|
content: [
|
||
|
"./index.html",
|
||
|
"./*.html",
|
||
|
"./pages/*.html",
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|