1
0
Fork 0
forked from forgejo/forgejo

Remove fomantic message module (#29856)

Remove this CSS-only module, which gives a nice reduction in CSS size.
Should look exactly like before.

(cherry picked from commit 4e547822f348c2963e0db33135b45d43dfc58df8)
This commit is contained in:
silverwind 2024-03-17 04:21:14 +01:00 committed by Earl Warren
parent 547a619744
commit cd83e8bce6
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 100 additions and 751 deletions

View file

@ -12,6 +12,7 @@
@import "./modules/divider.css";
@import "./modules/svg.css";
@import "./modules/flexcontainer.css";
@import "./modules/message.css";
@import "./shared/flex-list.css";
@import "./shared/milestone.css";