diff options
| author | Mark Otto <[email protected]> | 2015-12-08 10:18:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-08 10:18:01 -0800 |
| commit | d244ba42e1069c99e648dfd0af8e561fe4b5a132 (patch) | |
| tree | 1c51cce89a808d3ffff75d4e625643eb932f7468 /docs/components | |
| parent | 48938155eb24b4ccdde09426066869504c6dab3c (diff) | |
| parent | 9f31574f178e94c56265ca21ecc6277f8f66e103 (diff) | |
| download | bootstrap-d244ba42e1069c99e648dfd0af8e561fe4b5a132.tar.xz bootstrap-d244ba42e1069c99e648dfd0af8e561fe4b5a132.zip | |
Merge pull request #18481 from lachlanjc/patch-1
Fix utility page code example Markdown
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/utilities.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 4d8ea4b28..be5769d6c 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -37,6 +37,7 @@ Where *size* is one of: * `3` - (by default) for classes that set the `margin` or `padding` to `$spacer-x * 3` or `$spacer-y * 3` Here are some representative examples of these classes: + ```scss .m-t-0 { margin-top: 0 !important; |
