We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc4288 commit a635003Copy full SHA for a635003
houdini-css/kharkivcss.html
@@ -1089,9 +1089,9 @@ <h2>Проблема #3</h2>
1089
});</code></pre>
1090
<pre class="next"><code class="hljs css">/* CSS */
1091
@property --sidebar-width {
1092
- syntax: "<length>",
1093
- inherits: true,
1094
- initialValue: "80px"
+ syntax: "<length>";
+ inherits: true;
+ initial-value: 80px;
1095
}</code></pre>
1096
<footer>
1097
<p>
@@ -1139,7 +1139,7 @@ <h2>Синтаксис</h2>
1139
<code><custom-ident></code>
1140
<br>
1141
1142
- <code><length | number></code>
+ <code><length> | <number></code>
1143
1144
<code><length>+</code>
1145
0 commit comments