Skip to content

Commit 7569a47

Browse files
authored
Add spacing to global error message (go-gitea#31826)
Fixes go-gitea#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)
1 parent 7d13483 commit 7569a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
'!./modules/{public,options,templates}/bindata.go',
3737
'./{build,models,modules,routers,services}/**/*.go',
3838
'./templates/**/*.tmpl',
39-
'./web_src/js/**/*.{js,vue}',
39+
'./web_src/js/**/*.{ts,js,vue}',
4040
].filter(Boolean),
4141
blocklist: [
4242
// classes that don't work without CSS variables from "@tailwind base" which we don't use

0 commit comments

Comments
 (0)