From dc3eb5e3fed2fa313798c463e2ff8605b42bfa6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Fri, 2 Mar 2018 21:54:36 +0100 Subject: [PATCH] update custom-variables --- index.html | 9 +++------ snippets/custom-variables.md | 9 ++++----- 2 files changed, 7 insertions(+), 11 deletions(-) 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.

}

Explanation

- - -

Bla bla bla

+

Declare variable with --variable-name:.

+

Reuse declared variable throughout the document using the var(--variable-name) function.

Browser support

100%
- - -

✅ 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.