We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd1fd89 commit 6fe5c4cCopy full SHA for 6fe5c4c
tailwind.config.js
@@ -29,7 +29,7 @@ export default {
29
important: true, // the frameworks are mixed together, so tailwind needs to override other framework's styles
30
content: [
31
isProduction && '!./templates/devtest/**/*',
32
- isProduction && '!./web_src/js/standalone/devtest.js',
+ isProduction && '!./web_src/js/standalone/devtest.ts',
33
'!./templates/swagger/v1_json.tmpl',
34
'!./templates/user/auth/oidc_wellknown.tmpl',
35
'!**/*_test.go',
0 commit comments