Skip to content

Commit

Permalink
Expose stylis object globally on the docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Aug 18, 2022
1 parent a2fdca8 commit c2ee450
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 c2ee450

Please sign in to comment.