1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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";