Skip to content

Commit

Permalink
Include other styles used in example pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerie Young committed Oct 8, 2020
1 parent 363bf26 commit 0797e9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/js/examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,9 @@ function addOpenInCodePenForm (exampleIndex, exampleHeaderId, exampleCodeId, exa
html: exampleHtml,
css: '',
js: '',
head: '<base href="' + location.href + '">'
head: '<base href="' + location.href + '">',
css_external: location.origin + '/examples/css/core.css;'
+ 'https://www.w3.org/StyleSheets/TR/2016/base.css'
};

var totalFetchedFiles = 0;
Expand Down

0 comments on commit 0797e9e

Please sign in to comment.