mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
12 lines
211 B
JavaScript
12 lines
211 B
JavaScript
module.exports = {
|
|
content: [
|
|
'../templates/**/*.html',
|
|
'../../templates/**/*.html',
|
|
'../../**/templates/**/*.html',
|
|
],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|