Skip to content

Commit

Permalink
Load stylesheets for addons used in demo
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 21, 2020
1 parent 4af3267 commit 8b68488
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -3,6 +3,12 @@

<script src="node_modules/codemirror/lib/codemirror.js"></script>
<link rel=stylesheet href="node_modules/codemirror/lib/codemirror.css">
<link rel=stylesheet href="node_modules/codemirror/addon/fold/foldgutter.css">
<link rel=stylesheet href="node_modules/codemirror/addon/dialog/dialog.css">
<link rel=stylesheet href="node_modules/codemirror/addon/hint/show-hint.css">
<link rel=stylesheet href="node_modules/codemirror/addon/lint/lint.css">
<link rel=stylesheet href="node_modules/codemirror/addon/scroll/simplescrollbars.css">
<link rel=stylesheet href="node_modules/codemirror/addon/scroll/matchesonscrollbar.css">
<script src="node_modules/codemirror/addon/wrap/hardwrap.js"></script>
<script src="node_modules/codemirror/addon/selection/selection-pointer.js"></script>
<script src="node_modules/codemirror/addon/selection/mark-selection.js"></script>
Expand Down

0 comments on commit 8b68488

Please sign in to comment.