0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 08:59:39 +01:00
gitea/web_src/js/components
silverwind 68ec9b4859
Migrate margin and padding helpers to tailwind (#30043)
This will conclude the refactor of 1:1 class replacements to tailwind,
except `gt-hidden`. Commands ran:

```bash
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-0#tw-$1$2-0#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-1#tw-$1$2-0.5#g' {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-2#tw-$1$2-1#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-3#tw-$1$2-2#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-4#tw-$1$2-4#g'   {web_src/js,templates,routers,services}/**/*
perl -p -i -e 's#gt-(p|m)([lrtbxy])?-5#tw-$1$2-8#g'   {web_src/js,templates,routers,services}/**/*
```
2024-03-24 17:42:49 +01:00
..
.eslintrc.yaml
ActionRunStatus.vue
ActivityHeatmap.vue
ContextPopup.vue
DashboardRepoList.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffCommitSelector.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffFileList.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
DiffFileTreeItem.vue
PullRequestMergeForm.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoActionView.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoActivityTopAuthors.vue
RepoBranchTagSelector.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoCodeFrequency.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoContributors.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
RepoRecentCommits.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
ScopedAccessTokenSelector.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00