diff options
| author | XhmikosR <[email protected]> | 2019-08-14 22:40:46 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-14 22:40:46 +0300 |
| commit | 4b243de2c0af9325516cd435bd7e9cd4f6da313a (patch) | |
| tree | a7a85796b070bafb6642d13878aff334da092eee /site/content/docs/4.3/utilities/api.md | |
| parent | 9a72d5c29ef3892407f5bf25d5e24241e6a7f9e5 (diff) | |
| download | bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.tar.xz bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.zip | |
Fix redirects. (#29254)
Diffstat (limited to 'site/content/docs/4.3/utilities/api.md')
| -rw-r--r-- | site/content/docs/4.3/utilities/api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/api.md b/site/content/docs/4.3/utilities/api.md index 470418bb8..e874e5f65 100644 --- a/site/content/docs/4.3/utilities/api.md +++ b/site/content/docs/4.3/utilities/api.md @@ -7,7 +7,7 @@ aliases: "/docs/4.3/utilities/" toc: true --- -The bootstrap utilities are generated with the utility API which can be used to change or extend Bootstraps utility classes. If you don't have any idea what sass maps are, you can consult the [official docs](https://sass-lang.com/documentation/file.SASS_REFERENCE.html#maps) to get started. +The bootstrap utilities are generated with the utility API which can be used to change or extend Bootstraps utility classes. If you don't have any idea what Sass maps are, you can consult the [official docs](https://sass-lang.com/documentation/values/maps) to get started. The `$utilities` map contains all utilities and is later merged with your custom `$utilities` map if present. The utility map contains a keyed list of utility groups which accept the following options: |
