Skip to content

Commit

Permalink
Merge pull request #296 from thysultan/Andarist-patch-1
Browse files Browse the repository at this point in the history
Expose `stylis` object globally on the docs site
  • Loading branch information
thysultan authored Aug 20, 2022
2 parents a2fdca8 + c2ee450 commit 08b179d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
</div>
<script type=module>
import {compile, serialize, middleware, prefixer, stringify} from 'https://unpkg.com/stylis?module'
import * as stylis from 'https://unpkg.com/stylis?module'

window.stylis = stylis

function tabbed (select, ranged, content) {
ranged.deleteContents()
Expand Down

0 comments on commit 08b179d

Please sign in to comment.