diff --git a/index.html b/index.html index 247815f29..50f08488b 100644 --- a/index.html +++ b/index.html @@ -338,18 +338,15 @@ in any specification.
}Bla bla bla
+Declare variable with --variable-name:.
Reuse declared variable throughout the document using the var(--variable-name) function.
✅ No caveats.
+⚠️ This is an experimental technology.
diff --git a/snippets/custom-variables.md b/snippets/custom-variables.md index 6c9b458a0..be23b00c1 100644 --- a/snippets/custom-variables.md +++ b/snippets/custom-variables.md @@ -44,14 +44,13 @@ CSS variables that contain specific values to be reused throughout a document. #### Explanation - -Bla bla bla +Declare variable with `--variable-name:`. + +Reuse declared variable throughout the document using the `var(--variable-name)` function. #### Browser support - - -✅ No caveats. +⚠️ This is an experimental technology.