Skip to content

Commit

Permalink
load css files for pinned mathlive version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Weinstein committed Jun 29, 2021
1 parent 7d070a7 commit eede146
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">

<!-- MathLive css for math input questions !-->
<!-- use fixed version matching script version we customized-->
<link href="https://unpkg.com/mathlive@0.50.7/dist/mathlive.core.css" type="text/css" rel="stylesheet"/>
<link href="https://unpkg.com/mathlive@0.50.7/dist/mathlive.css" type="text/css" rel="stylesheet"/>



<% for (var css in htmlWebpackPlugin.files.css) { %>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "course-editor",
"version": "0.43.23",
"version": "0.43.24",
"description": "Course Authoring Web Application for the Open Learning Initiative",
"main": "./src/app.tsx",
"author": "Carnegie Mellon University",
Expand Down

0 comments on commit eede146

Please sign in to comment.