aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/content/docs/4.3/customize/components.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/site/content/docs/4.3/customize/components.md b/site/content/docs/4.3/customize/components.md
index 35fb2a746..7ca3920ad 100644
--- a/site/content/docs/4.3/customize/components.md
+++ b/site/content/docs/4.3/customize/components.md
@@ -30,4 +30,8 @@ These Sass loops aren't limited to color maps, either. You can also generate res
{{< scss-docs name="responsive-breakpoints" file="scss/_dropdown.scss" >}}
-Should you need to modify your `$grid-breakpoints`, your changes will apply to all the loops iterating over that map.
+Should you modify your `$grid-breakpoints`, your changes will apply to all the loops iterating over that map.
+
+{{< scss-docs name="grid-breakpoints" file="scss/_variables.scss" >}}
+
+For more information and examples on how to modify our Sass maps and variables, please refer to [the Sass section of the Grid documentation]({{< docsref "/layout/grid#sass" >}}).