From: Mark Otto Date: Tue, 14 Apr 2020 15:54:29 +0000 (-0700) Subject: Add more context to customizing components X-Git-Tag: v5.0.0-alpha1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd;p=thirdparty%2Fbootstrap.git Add more context to customizing components --- 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" >}}).