Merge pull request #27566 from element-hq/t3chguy/fix/24694

Remove gfm.css, import from matrix-react-sdk
pull/27576/head
Michael Telatynski 2024-06-13 17:10:26 +00:00 committed by GitHub
commit 6c3817fa34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@
"dependencies": {
"@matrix-org/olm": "3.2.15",
"@matrix-org/react-sdk-module-api": "^2.3.0",
"gfm.css": "^1.1.2",
"jsrsasign": "^11.0.0",
"katex": "^0.16.0",
"lodash": "^4.17.21",

View File

@ -28,7 +28,6 @@ import "./modernizr";
// Require common CSS here; this will make webpack process it into bundle.css.
// Our own CSS (which is themed) is imported via separate webpack entry points
// in webpack.config.js
require("gfm.css/gfm.css");
require("katex/dist/katex.css");
/**