We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0625a commit 7151934Copy full SHA for 7151934
tailwind.config.js
@@ -29,8 +29,11 @@ export default {
29
content: [
30
isProduction && '!./templates/devtest/**/*',
31
isProduction && '!./web_src/js/standalone/devtest.js',
32
+ '!./templates/swagger/v1_json.tmpl',
33
+ '!./templates/user/auth/oidc_wellknown.tmpl',
34
'./templates/**/*.tmpl',
- './web_src/**/*.{js,vue}',
35
+ './templates/**/*.tmpl',
36
+ './web_src/js/**/*.{js,vue}',
37
].filter(Boolean),
38
blocklist: [
39
// classes that don't work without CSS variables from "@tailwind base" which we don't use
0 commit comments