From 201c136f806fa790b1f1a0a29d1e8bb3411353b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gir=C3=A3o=20Serr=C3=A3o?= <5621605+rodrigogiraoserrao@users.noreply.github.com> Date: Wed, 21 Dec 2022 21:05:44 +0000 Subject: [PATCH] Update percentage type reference. --- docs/css_types/percentage.md | 1 + docs/snippets/type_syntax/percentage.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css_types/percentage.md b/docs/css_types/percentage.md index a2f45d274..c7196bd94 100644 --- a/docs/css_types/percentage.md +++ b/docs/css_types/percentage.md @@ -10,6 +10,7 @@ It is often used to represent values that are relative to the parent's values. ## Syntax --8<-- "docs/snippets/type_syntax/percentage.md" +Some rules may clamp the values between `0%` and `100%`. ## Examples diff --git a/docs/snippets/type_syntax/percentage.md b/docs/snippets/type_syntax/percentage.md index ae6d3a619..a131f0c2c 100644 --- a/docs/snippets/type_syntax/percentage.md +++ b/docs/snippets/type_syntax/percentage.md @@ -1,2 +1 @@ A [``](/css_types/percentage) is a [``](/css_types/number) followed by the percent sign `%` (without spaces). -Some rules may clamp the values between `0%` and `100%`.