1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Remove Fomantic comment module (#24703)

Remove the comment module and put the styles that we still need into a
separate file, eliminating about 2/3 of the CSS in line count.
This commit is contained in:
silverwind
2023-05-14 06:21:24 +02:00
committed by GitHub
parent bed6885448
commit 11552a779f
4 changed files with 104 additions and 312 deletions

View File

@@ -11,6 +11,7 @@
@import "./modules/modal.css";
@import "./modules/breadcrumb.css";
@import "./modules/card.css";
@import "./modules/comment.css";
@import "./code/linebutton.css";
@import "./markup/content.css";
@import "./markup/codecopy.css";