Skip to content

Commit

Permalink
Update default.root.layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed May 31, 2022
1 parent 92bdfd4 commit 8fc3839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/defaults/default.root.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default function defaultRootLayout ({
: null}
${defaultStyle
? html`
<link rel="stylesheet" href="https://unpkg.com/mine.css@^4/dist/mine.css" />
<link rel="stylesheet" href="https://unpkg.com/mine.css@^4/dist/layout.css" />
<link rel="stylesheet" href="https://unpkg.com/mine.css@^7/dist/mine.css" />
<link rel="stylesheet" href="https://unpkg.com/mine.css@^7/dist/layout.css" />
<link rel="stylesheet" href="https://unpkg.com/highlight.js@^11/styles/github-dark-dimmed.css" />
<script>
import { toggleTheme } from 'https://unpkg.com/bcomnes/mine.css@^4.0.0?module';
import { toggleTheme } from 'https://unpkg.com/bcomnes/mine.css@^7.0.0?module';
window.toggleTheme = toggleTheme
</script>
`
Expand Down

0 comments on commit 8fc3839

Please sign in to comment.