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:
parent
bed6885448
commit
11552a779f
4 changed files with 104 additions and 312 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue