0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 22:45:31 +01:00
gitea/templates/repo/diff
silverwind fabe01478a
Migrate font-weight helpers to tailwind (#30027)
Commands ran:

```sh
perl -p -i -e 's#gt-font-light#tw-font-light#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-normal#tw-font-normal#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-medium#tw-font-medium#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-semibold#tw-font-semibold#g' web_src/js/**/* templates/**/*
perl -p -i -e 's#gt-font-bold#tw-font-bold#g' web_src/js/**/* templates/**/*
```
2024-03-23 18:45:11 +00:00
..
blob_excerpt.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
box.tmpl Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
comment_form_datahandler.tmpl
comment_form.tmpl
comments.tmpl Migrate font-weight helpers to tailwind (#30027) 2024-03-23 18:45:11 +00:00
compare.tmpl
conversation_outdated.tmpl
conversation.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
csv_diff.tmpl
escape_title.tmpl
image_diff.tmpl
new_comment.tmpl
new_review.tmpl Fix incorrect tailwind migration (#30007) 2024-03-22 20:51:29 +01:00
options_dropdown.tmpl
section_code.tmpl
section_split.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
section_unified.tmpl Replace 10 more gt- classes with tw- (#29945) 2024-03-22 13:45:10 +00:00
stats.tmpl
whitespace_dropdown.tmpl