diff options
| author | Ray Villalobos <[email protected]> | 2017-09-27 03:43:43 -0400 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-09-27 10:43:43 +0300 |
| commit | 87c9e3aa5df4686c62df7b6aaa71e7d54a91c543 (patch) | |
| tree | 0ecb110b040a7d36a3de63d039ab2ec07f7718c9 | |
| parent | 4cfe228151bf75a932537b01e14466d9a2d45807 (diff) | |
| download | bootstrap-87c9e3aa5df4686c62df7b6aaa71e7d54a91c543.tar.xz bootstrap-87c9e3aa5df4686c62df7b6aaa71e7d54a91c543.zip | |
Add auto to the list of sizes (#23786)
I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example.
| -rw-r--r-- | docs/4.0/utilities/spacing.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/4.0/utilities/spacing.md b/docs/4.0/utilities/spacing.md index d6d2d7b54..035a337af 100644 --- a/docs/4.0/utilities/spacing.md +++ b/docs/4.0/utilities/spacing.md @@ -39,6 +39,7 @@ Where *size* is one of: * `3` - (by default) for classes that set the `margin` or `padding` to `$spacer` * `4` - (by default) for classes that set the `margin` or `padding` to `$spacer * 1.5` * `5` - (by default) for classes that set the `margin` or `padding` to `$spacer * 3` +* `auto` - for classes that set the `margin` to auto (You can add more sizes by adding entries to the `$spacers` Sass map variable.) |
