Closed
Description
Feature Description
Before, the helper classes are called df
, ac
, sb
, which are very difficult to understand.
Now, Gitea has its own prefix gt-
, so it's time to improve the legacy CSS class names. It would be very easy to do a search & replace since these names all have prefixes.
Reference: https://tailwind.build/classes
Example:
gt-db => gt-block
gt-df => gt-flex
gt-h-100 => gt-h-full
...
Screenshots
No response