move katex.less into src (#1120)

* move katex.less into src

* fix remaining paths for katex.less
This commit is contained in:
Kevin Barabash
2018-01-30 23:53:02 -05:00
committed by GitHub
parent 95d5c59d31
commit 7b635f79cf
4 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
* [1] https://gist.github.com/lambdahands/d19e0da96285b749f0ef
* [2] https://facebook.github.io/jest/docs/en/webpack.html
*/
import './static/katex.less';
import './src/katex.less';
import katex from './katex.js';
export default katex;