Skip to content

Commit d8cebea

Browse files
committed
0.42.5
1 parent 6fce016 commit d8cebea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link rel="preconnect" href="https://fonts.gstatic.com">
1313
<link href="https://fonts.googleapis.com/css2?family=PT+Mono&display=swap" rel="stylesheet">
1414
<script>(window.customElements && document.head.attachShadow) || (document.querySelector('html').className += ' oldie')</script>
15-
<script type="module">import 'https://esm.sh/[email protected].4'</script>
15+
<script type="module">import 'https://esm.sh/[email protected].5'</script>
1616
</head>
1717
<body>
1818

@@ -22,7 +22,7 @@
2222
<h1>
2323
<span class="title">
2424
&lt; <em>css-doodle</em> /&gt;
25-
<a class="version" href="https://esm.sh/[email protected].4/css-doodle.min.js?raw">v0.42.4</a>
25+
<a class="version" href="https://esm.sh/[email protected].5/css-doodle.min.js?raw">v0.42.5</a>
2626
</span>
2727
</span>
2828
</h1>
@@ -811,7 +811,7 @@ <h4><a name="selector-@match"></a><span>@match(expression)</span></h4>
811811
background: #60569e;
812812
}
813813
</textarea>
814-
<css-doodle grid="5">
814+
<css-doodle grid="5"><style>
815815
:doodle {
816816
@size: 8em;
817817
}
@@ -825,7 +825,7 @@ <h4><a name="selector-@match"></a><span>@match(expression)</span></h4>
825825
color: #fff;
826826
}
827827
}
828-
</css-doodle>
828+
</style></css-doodle>
829829
</p>
830830
<p>
831831
For convenience the symbols <code></code> and <code></code>
@@ -2225,7 +2225,7 @@ <h4><a name="function-@plot"></a><span>@plot(commands)</span></h4>
22252225

22262226
<p>
22272227
Generate two values in percent and seperated with space.
2228-
The syntax is the same with <a href="#function-@shape"#>@shape</a>.
2228+
The syntax is the same with <a href="#function-@shape">@shape</a>.
22292229
</p>
22302230
<p class="has-preview">
22312231
<textarea code>

0 commit comments

Comments
 (0)