1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +00:00

Remove fomantic grid module (#29894)

Removed the grid module and moved the used parts it into our own CSS,
eliminating around 75% unused CSS in turn.

(cherry picked from commit 286268c9155c9e0b3a3aa0a18675111e5b744a5b)
This commit is contained in:
silverwind 2024-03-20 23:05:24 +01:00 committed by Earl Warren
parent 0710de9d0d
commit dda010cddf
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
5 changed files with 502 additions and 2004 deletions

View file

@ -1,5 +1,6 @@
@import "./modules/normalize.css";
@import "./modules/animations.css";
@import "./modules/grid.css";
@import "./modules/button.css";
@import "./modules/select.css";
@import "./modules/tippy.css";