Include KaTeX CSS as a dependency
This changes the KaTeX CSS inclusion to function just like the other bits of the CSS that we import from dependencies.
This commit is contained in:
parent
301ea6a5f3
commit
d8e0ea5791
4 changed files with 48 additions and 8 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue