From 55ac11a0ae40e90980f1322973721f68bc582bb2 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sat, 26 Mar 2022 16:26:30 +0100 Subject: [PATCH] Base: Add inline properties to custom-properties test page --- Base/res/html/misc/custom-properties.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Base/res/html/misc/custom-properties.html b/Base/res/html/misc/custom-properties.html index b4766b2be4..253a4557de 100644 --- a/Base/res/html/misc/custom-properties.html +++ b/Base/res/html/misc/custom-properties.html @@ -152,6 +152,14 @@ This should be cyan +

Inline properties

+
+        <div style="--color: turquoise; background-color: var(--color)">
+    
+
+ This should be turquoise +
+

Nested var()

         :root {