Refactor integer type.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 22:45:50 +00:00
parent b22352874d
commit a3ff968c6c
2 changed files with 6 additions and 5 deletions

View File

@@ -1,15 +1,15 @@
# <integer>
The `<integer>` CSS type represents an integer number and can be positive or negative.
The `<integer>` CSS type represents an integer number.
## Syntax
--8<-- "docs/snippets/type_syntax/integer.md"
!!! note
Some CSS rules may expect an `<integer>` within certain bounds. If that is the case, it will be noted in that rule.
## Syntax
Any legal integer, like `-10` or `42`.
## Examples
### CSS