mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:48:11 +00:00
Base: Add inline properties to custom-properties test page
This commit is contained in:
parent
aaa954f900
commit
55ac11a0ae
1 changed files with 8 additions and 0 deletions
|
@ -152,6 +152,14 @@
|
|||
This should be cyan
|
||||
</div>
|
||||
|
||||
<h2>Inline properties</h2>
|
||||
<pre>
|
||||
<div style="--color: turquoise; background-color: var(--color)">
|
||||
</pre>
|
||||
<div class="box" style="--color: turquoise; background-color: var(--color)">
|
||||
This should be turquoise
|
||||
</div>
|
||||
|
||||
<h2>Nested var()</h2>
|
||||
<pre>
|
||||
:root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue