We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d13483 commit 7569a47Copy full SHA for 7569a47
tailwind.config.js
@@ -36,7 +36,7 @@ export default {
36
'!./modules/{public,options,templates}/bindata.go',
37
'./{build,models,modules,routers,services}/**/*.go',
38
'./templates/**/*.tmpl',
39
- './web_src/js/**/*.{js,vue}',
+ './web_src/js/**/*.{ts,js,vue}',
40
].filter(Boolean),
41
blocklist: [
42
// classes that don't work without CSS variables from "@tailwind base" which we don't use
0 commit comments