Skip to content

Commit e0d094b

Browse files
Loirooriolfantasai
authored andcommitted
[css-values-4] Typo: missing parentheses
1 parent 543c040 commit e0d094b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-values-4/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -2671,12 +2671,12 @@ Exponential Functions: ''pow()'', ''sqrt()'', ''hypot()''</h3>
26712671

26722672
<pre class=lang-css>
26732673
:root {
2674-
--h6: calc(1rem * pow(1.5, -1);
2675-
--h5: calc(1rem * pow(1.5, 0);
2676-
--h4: calc(1rem * pow(1.5, 1);
2677-
--h3: calc(1rem * pow(1.5, 2);
2678-
--h2: calc(1rem * pow(1.5, 3);
2679-
--h1: calc(1rem * pow(1.5, 4);
2674+
--h6: calc(1rem * pow(1.5, -1));
2675+
--h5: calc(1rem * pow(1.5, 0));
2676+
--h4: calc(1rem * pow(1.5, 1));
2677+
--h3: calc(1rem * pow(1.5, 2));
2678+
--h2: calc(1rem * pow(1.5, 3));
2679+
--h1: calc(1rem * pow(1.5, 4));
26802680
}
26812681
</pre>
26822682

0 commit comments

Comments
 (0)