]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add more context to customizing components
authorMark Otto <markdotto@gmail.com>
Tue, 14 Apr 2020 15:54:29 +0000 (08:54 -0700)
committerMark Otto <otto@github.com>
Mon, 27 Apr 2020 00:26:04 +0000 (17:26 -0700)
site/content/docs/4.3/customize/components.md

index 35fb2a7460f522af31cca602a26bd917784a430f..7ca3920ad9bf24a9ded7ffe5118d37b8a9e48d8c 100644 (file)
@@ -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" >}}).