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
silverwind 04f9ad0568
Fix incorrect tailwind migration (#30007)
Fixes https://github.com/go-gitea/gitea/issues/30005. Regression from
https://github.com/go-gitea/gitea/pull/29945.

There was only once instance of `tw-content-center` before that PR, so I
just ran below command and reverted that one instance.

```sh
perl -p -i -e 's#tw-content-center#tw-items-center#g' web_src/js/**/* templates/**/* models/**/* tests/**/*
```
10 months ago
..
css Replace 10 more gt- classes with tw- (#29945) 10 months ago
fomantic Remove fomantic site module (#29980) 11 months ago
js Fix incorrect tailwind migration (#30007) 10 months ago
svg Update various logos and unify their filenames (#29637) 11 months ago