Skip to content

Commit

Permalink
Add spacing to global error message (#31826)
Browse files Browse the repository at this point in the history
Fixes #31717.

Include Typescript files in Tailwind config so they can be
pre-processed.

![Screenshot from 2024-08-13
08-44-33](https://github.com/user-attachments/assets/196d7801-e299-4000-8b39-cd9f89917f17)
  • Loading branch information
sebluy authored Aug 14, 2024
1 parent 7d13483 commit 7569a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default {
'!./modules/{public,options,templates}/bindata.go',
'./{build,models,modules,routers,services}/**/*.go',
'./templates/**/*.tmpl',
'./web_src/js/**/*.{js,vue}',
'./web_src/js/**/*.{ts,js,vue}',
].filter(Boolean),
blocklist: [
// classes that don't work without CSS variables from "@tailwind base" which we don't use
Expand Down

0 comments on commit 7569a47

Please sign in to comment.