Update percentage type reference.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 21:05:44 +00:00
parent 7ad921e6bc
commit 201c136f80
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -1,2 +1 @@
A [`<percentage>`](/css_types/percentage) is a [`<number>`](/css_types/number) followed by the percent sign `%` (without spaces).
Some rules may clamp the values between `0%` and `100%`.