Files
links/new_theme/static_src/tailwind.config.js
T
2024-09-08 23:40:18 +10:00

12 lines
211 B
JavaScript

module.exports = {
content: [
'../templates/**/*.html',
'../../templates/**/*.html',
'../../**/templates/**/*.html',
],
theme: {
extend: {},
},
plugins: [],
}