diff options
| author | Mark Otto <[email protected]> | 2020-04-14 08:54:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-04-26 17:26:04 -0700 |
| commit | cab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd (patch) | |
| tree | 8484661722fe68adf9dd64d9d2d40f0849d6fad0 | |
| parent | cbe8ad0bf8ff073f1bf7d574ab5e3fda74eef004 (diff) | |
| download | bootstrap-cab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd.tar.xz bootstrap-cab56abd0822f238fe0cd6fbfbdd33f0a9c0a1cd.zip | |
Add more context to customizing components
| -rw-r--r-- | site/content/docs/4.3/customize/components.md | 6 |
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" >}}). |
