Merge pull request #15843 from vector-im/jryans/tweak-katex-css

Include KaTeX CSS as a dependency
This commit is contained in:
J. Ryan Stinnett 2020-12-02 14:52:01 +00:00 committed by GitHub
commit ed05f9deae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 48 additions and 8 deletions

View file

@ -23,6 +23,7 @@ limitations under the License.
// in webpack.config.js
require('gfm.css/gfm.css');
require('highlight.js/styles/github.css');
require('katex/dist/katex.css')
// These are things that can run before the skin loads - be careful not to reference the react-sdk though.
import {parseQsFromFragment} from "./url_utils";