diff --git a/package.json b/package.json index f5c24ba8ed..2dc4f1215a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/vector/index.ts b/src/vector/index.ts index bb9ae9ed0f..c5fee22a04 100644 --- a/src/vector/index.ts +++ b/src/vector/index.ts @@ -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"); /**