You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/components
silverwind 226a82a939
Migrate font-family to tailwind (#30118)
Enable us to use tailwind's
[`font-family`](https://tailwindcss.com/docs/font-family) classes as
well as remove `gt-mono` in favor of `tw-font-mono`. I also merged the
"compensation" to one selector, previously this was two different values
0.9em and 0.95em. I did not declare a `serif` font because I don't think
there will ever be a use case for those. Command ran:

```sh
perl -p -i -e 's#gt-mono#tw-font-mono#g' web_src/js/**/* templates/**/*
10 months ago
..
.eslintrc.yaml Implement contributors graph (#27882) 12 months ago
ActionRunStatus.vue Fix incorrect tailwind migration (#30007) 11 months ago
ActivityHeatmap.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
ContextPopup.vue Fix loading spinner on ContextPopup (#30145) 10 months ago
DashboardRepoList.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago
DiffCommitSelector.vue Migrate font-family to tailwind (#30118) 10 months ago
DiffFileList.vue Migrate font-family to tailwind (#30118) 10 months ago
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
PullRequestMergeForm.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago
RepoActionView.vue Fix click handler in job-step-summary (#30122) 10 months ago
RepoActivityTopAuthors.vue Enforce trailing comma in JS on multiline (#30002) 11 months ago
RepoBranchTagSelector.vue Refactor all `.length === 0` patterns in JS (#30045) 10 months ago
RepoCodeFrequency.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago
RepoContributors.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago
RepoRecentCommits.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago
ScopedAccessTokenSelector.vue Migrate margin and padding helpers to tailwind (#30043) 11 months ago