mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-10-05 08:52:03 +00:00
chore(ui): remove unused fomantic font size classes (#7705)
One can grep `massive` and `huge` on the current codebase and not find any evidence of these classes being used anywhere in the UI, probably because there's a good reason for this. So these rules are a dead weight. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7705 Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
parent
eb188cf83f
commit
b25091f757
2 changed files with 1 additions and 216 deletions
|
@ -7,6 +7,7 @@
|
|||
@disabledOpacity: var(--opacity-disabled);
|
||||
@linkHoverUnderline: underline;
|
||||
@pageOverflowX: visible;
|
||||
@variationAllSizes: mini, tiny, small, large;
|
||||
|
||||
@variationAccordionInverted: false;
|
||||
@variationBreadcrumbInverted: false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue