From c973fb4cba1eb5aafc7bf0299ae08c8d33f395de 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 17:56:17 +0000 Subject: [PATCH] Update links to snippets. --- docs/css_types/color.md | 2 +- docs/css_types/percentage.md | 2 +- docs/css_types/scalar.md | 2 +- docs/css_types/text_style.md | 2 +- docs/styles/background.md | 2 +- docs/styles/border.md | 2 +- docs/styles/color.md | 2 +- docs/styles/grid/grid_columns.md | 2 +- docs/styles/grid/grid_gutter.md | 2 +- docs/styles/grid/grid_rows.md | 2 +- docs/styles/height.md | 2 +- docs/styles/links/index.md | 4 ++-- docs/styles/links/link_background.md | 4 ++-- docs/styles/links/link_color.md | 4 ++-- docs/styles/links/link_hover_background.md | 4 ++-- docs/styles/links/link_hover_color.md | 4 ++-- docs/styles/links/link_hover_style.md | 4 ++-- docs/styles/links/link_style.md | 2 +- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/css_types/color.md b/docs/css_types/color.md index 18297fc1c..df4b2d6ba 100644 --- a/docs/css_types/color.md +++ b/docs/css_types/color.md @@ -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 diff --git a/docs/css_types/percentage.md b/docs/css_types/percentage.md index 70dd51292..dcc05a358 100644 --- a/docs/css_types/percentage.md +++ b/docs/css_types/percentage.md @@ -2,7 +2,7 @@ ## Syntax ---8<-- "docs/styles/snippets/percentage_syntax.md" +--8<-- "docs/snippets/percentage_syntax.md" !!! warning diff --git a/docs/css_types/scalar.md b/docs/css_types/scalar.md index 3a50d8397..e889e8377 100644 --- a/docs/css_types/scalar.md +++ b/docs/css_types/scalar.md @@ -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). diff --git a/docs/css_types/text_style.md b/docs/css_types/text_style.md index 02474ce9b..7e7860906 100644 --- a/docs/css_types/text_style.md +++ b/docs/css_types/text_style.md @@ -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 diff --git a/docs/styles/background.md b/docs/styles/background.md index aadfd273f..43d43621b 100644 --- a/docs/styles/background.md +++ b/docs/styles/background.md @@ -8,7 +8,7 @@ The `background` rule sets the background color of a widget. background: []; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" The optional [percentage](./css_units/percentage.md) sets the transparency level and will override any transparency specified directly in the color. diff --git a/docs/styles/border.md b/docs/styles/border.md index 710bcb601..6203fa210 100644 --- a/docs/styles/border.md +++ b/docs/styles/border.md @@ -38,7 +38,7 @@ For example, `heavy white` would display a heavy white line around a widget. ### Color syntax ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ### Multiple edge rules diff --git a/docs/styles/color.md b/docs/styles/color.md index f2b85507b..b7994dc40 100644 --- a/docs/styles/color.md +++ b/docs/styles/color.md @@ -10,7 +10,7 @@ color: ( | auto) []; Use `auto` to automatically choose a color with suitable contrast for readability. ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" The optional [percentage](./css_units/percentage.md) sets the transparency level and will override any transparency specified directly in the color. diff --git a/docs/styles/grid/grid_columns.md b/docs/styles/grid/grid_columns.md index a75fd6157..74762814d 100644 --- a/docs/styles/grid/grid_columns.md +++ b/docs/styles/grid/grid_columns.md @@ -16,7 +16,7 @@ If there are more columns in the grid than scalars specified in `grid-columns`, Scalar units can be mixed. ---8<-- "docs/styles/snippets/scalar_syntax.md" +--8<-- "docs/snippets/scalar_syntax.md" ## Example diff --git a/docs/styles/grid/grid_gutter.md b/docs/styles/grid/grid_gutter.md index 843fae81d..f5dc0c785 100644 --- a/docs/styles/grid/grid_gutter.md +++ b/docs/styles/grid/grid_gutter.md @@ -19,7 +19,7 @@ grid-gutter: []; If only one scalar is supplied, it sets the horizontal and vertical gutter. If two scalars are supplied, they set the vertical and horizontal gutters, respectively. ---8<-- "docs/styles/snippets/scalar_syntax.md" +--8<-- "docs/snippets/scalar_syntax.md" ## Example diff --git a/docs/styles/grid/grid_rows.md b/docs/styles/grid/grid_rows.md index 5859b80ce..81d1c1fae 100644 --- a/docs/styles/grid/grid_rows.md +++ b/docs/styles/grid/grid_rows.md @@ -16,7 +16,7 @@ If there are more rows in the grid than scalars specified in `grid-rows`, they a Scalar units can be mixed. ---8<-- "docs/styles/snippets/scalar_syntax.md" +--8<-- "docs/snippets/scalar_syntax.md" ## Example diff --git a/docs/styles/height.md b/docs/styles/height.md index d3ce3b8f0..f3003dd88 100644 --- a/docs/styles/height.md +++ b/docs/styles/height.md @@ -8,7 +8,7 @@ The `height` rule sets a widget's height. By default, it sets the height of the height: ; ``` ---8<-- "docs/styles/snippets/scalar_syntax.md" +--8<-- "docs/snippets/scalar_syntax.md" ## Examples diff --git a/docs/styles/links/index.md b/docs/styles/links/index.md index 855e391ce..d2cab4887 100644 --- a/docs/styles/links/index.md +++ b/docs/styles/links/index.md @@ -28,9 +28,9 @@ link-hover-background: []; link-hover-style: ; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ---8<-- "docs/styles/snippets/text_style_syntax.md" +--8<-- "docs/snippets/text_style_syntax.md" ## Example diff --git a/docs/styles/links/link_background.md b/docs/styles/links/link_background.md index 9f69c06f1..81e70b446 100644 --- a/docs/styles/links/link_background.md +++ b/docs/styles/links/link_background.md @@ -12,9 +12,9 @@ The `link-background` sets the background color of the link. link-background: ; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ---8<-- "docs/styles/snippets/percentage_syntax.md" +--8<-- "docs/snippets/percentage_syntax.md" ## Example diff --git a/docs/styles/links/link_color.md b/docs/styles/links/link_color.md index 8e9fa0e57..c226281b9 100644 --- a/docs/styles/links/link_color.md +++ b/docs/styles/links/link_color.md @@ -12,9 +12,9 @@ The `link-color` sets the color of the link text. link-color: ; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ---8<-- "docs/styles/snippets/percentage_syntax.md" +--8<-- "docs/snippets/percentage_syntax.md" ## Example diff --git a/docs/styles/links/link_hover_background.md b/docs/styles/links/link_hover_background.md index 1e6cf8659..d1d2a5c85 100644 --- a/docs/styles/links/link_hover_background.md +++ b/docs/styles/links/link_hover_background.md @@ -12,9 +12,9 @@ The `link-hover-background` sets the background color of the link when the mouse link-hover-background: ; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ---8<-- "docs/styles/snippets/percentage_syntax.md" +--8<-- "docs/snippets/percentage_syntax.md" ## Example diff --git a/docs/styles/links/link_hover_color.md b/docs/styles/links/link_hover_color.md index 0e19ce95e..df781c78d 100644 --- a/docs/styles/links/link_hover_color.md +++ b/docs/styles/links/link_hover_color.md @@ -12,9 +12,9 @@ The `link-hover-color` sets the color of the link text when the mouse cursor is link-hover-color: ; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ---8<-- "docs/styles/snippets/percentage_syntax.md" +--8<-- "docs/snippets/percentage_syntax.md" ## Example diff --git a/docs/styles/links/link_hover_style.md b/docs/styles/links/link_hover_style.md index 45479ea7c..308a56ad1 100644 --- a/docs/styles/links/link_hover_style.md +++ b/docs/styles/links/link_hover_style.md @@ -12,9 +12,9 @@ The `link-hover-style` sets the text style for the link text when the mouse curs link-hover-style: ; ``` ---8<-- "docs/styles/snippets/color_css_syntax.md" +--8<-- "docs/snippets/color_css_syntax.md" ---8<-- "docs/styles/snippets/percentage_syntax.md" +--8<-- "docs/snippets/percentage_syntax.md" ## Example diff --git a/docs/styles/links/link_style.md b/docs/styles/links/link_style.md index 2dff30b3a..8a79c75c3 100644 --- a/docs/styles/links/link_style.md +++ b/docs/styles/links/link_style.md @@ -12,7 +12,7 @@ The `link-style` sets the text style for the link text. link-style: ; ``` ---8<-- "docs/styles/snippets/text_style_syntax.md" +--8<-- "docs/snippets/text_style_syntax.md" ## Example