Skip to content

Commit a635003

Browse files
authored
Fix examples
1 parent 9bc4288 commit a635003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: houdini-css/kharkivcss.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -1089,9 +1089,9 @@ <h2>Проблема #3</h2>
10891089
});</code></pre>
10901090
<pre class="next"><code class="hljs css">/* CSS */
10911091
@property --sidebar-width {
1092-
syntax: "&lt;length&gt;",
1093-
inherits: true,
1094-
initialValue: "80px"
1092+
syntax: "&lt;length&gt;";
1093+
inherits: true;
1094+
initial-value: 80px;
10951095
}</code></pre>
10961096
<footer>
10971097
<p>
@@ -1139,7 +1139,7 @@ <h2>Синтаксис</h2>
11391139
<code>&lt;custom-ident&gt;</code>
11401140
<br>
11411141
<br>
1142-
<code>&lt;length | number&gt;</code>
1142+
<code>&lt;length&gt; | &lt;number&gt;</code>
11431143
<br>
11441144
<code>&lt;length&gt;+</code>
11451145
<br>

0 commit comments

Comments
 (0)