Remove redundant values subsections.

[skip ci]
This commit is contained in:
Rodrigo Girão Serrão
2023-01-06 14:41:13 +00:00
parent 583b1273ac
commit 42baa0e074
20 changed files with 1 additions and 137 deletions

View File

@@ -17,16 +17,6 @@ The style `border` accepts an optional [`<border>`](../../css_types/border) that
Borders may also be set individually for the four edges of a widget with the `border-top`, `border-right`, `border-bottom` and `border-left` rules.
### Values
#### &lt;border&gt;
--8<-- "docs/snippets/type_syntax/border.md"
#### &lt;color&gt;
--8<-- "docs/snippets/type_syntax/color.md"
### Multiple edge rules
If multiple border rules target the same edge, the last rule that targets a specific edge is the one that is applied to that edge.