From cab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 14 Apr 2020 08:54:29 -0700 Subject: [PATCH] Add more context to customizing components --- site/content/docs/4.3/customize/components.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/content/docs/4.3/customize/components.md b/site/content/docs/4.3/customize/components.md index 35fb2a7460..7ca3920ad9 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" >}}).