From dc3eb5e3fed2fa313798c463e2ff8605b42bfa6d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20Feje=C5=A1?=
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.