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/features/comp
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
..
ColorPicker.js Forbid jQuery `.css` and refactor all usage (#29852) 11 months ago
ComboMarkdownEditor.js Migrate font-family to tailwind (#30118) 10 months ago
ConfirmModal.js Change green buttons to primary color (#27099) 1 year ago
EasyMDEToolbarActions.js Enforce trailing comma in JS on multiline (#30002) 11 months ago
LabelEdit.js Remove jQuery `.attr` from the label edit exclusive checkbox (#30053) 11 months ago
Paste.js Support pasting URLs over markdown text (#29566) 11 months ago
QuickSubmit.js Remove jQuery from the "quick submit" handler (#29200) 12 months ago
ReactionSelector.js Remove jQuery class from the reaction selector (#30138) 10 months ago
SearchUserBox.js Refactor all `.length === 0` patterns in JS (#30045) 11 months ago
TextExpander.js Update JS dependencies, remove space after emoji completion (#25266) 2 years ago
WebHookEditor.js Fix various loading states, remove `.loading` class (#29920) 11 months ago