Update links to snippets.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-21 17:56:17 +00:00
parent bcd08d2d46
commit c973fb4cba
18 changed files with 24 additions and 24 deletions

View File

@@ -9,7 +9,7 @@ For example, the `background` rule sets the color of the background of a widget.
## Syntax
--8<-- "docs/styles/snippets/color_css_syntax.md"
--8<-- "docs/snippets/color_css_syntax.md"
## Examples

View File

@@ -2,7 +2,7 @@
## Syntax
--8<-- "docs/styles/snippets/percentage_syntax.md"
--8<-- "docs/snippets/percentage_syntax.md"
!!! warning

View File

@@ -7,7 +7,7 @@ Scalars also accept the special value `auto`.
## Syntax
--8<-- "docs/styles/snippets/scalar_syntax.md"
--8<-- "docs/snippets/scalar_syntax.md"
A complete reference table and detailed explanations follow.
You can [skip to the examples](#Examples).

View File

@@ -8,7 +8,7 @@ The text style unit is a combination of any of the legal text style values in a
## Syntax
--8<-- "docs/styles/snippets/text_style_syntax.md"
--8<-- "docs/snippets/text_style_syntax.md"
## Examples