Files
links/core/tailwind.config.js
T
2024-11-04 15:20:18 +11:00

13 lines
214 B
JavaScript

module.exports = {
content: [
'./templates/**/*.html',
'./links/templates/**/*.html',
'./**/*.js',
// 添加其他需要扫描的文件路径
],
theme: {
extend: {},
},
plugins: [],
}