diff options
| author | Mark Otto <[email protected]> | 2016-08-21 19:33:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-08-21 19:33:54 -0700 |
| commit | c2b80127640b4ef773d7ab9b8a2f083726872a9f (patch) | |
| tree | 62e9f3d7d8ea999f9a999df156511a9ac5839f2b /docs/components | |
| parent | 961c35f3fbe0d2a2839e37611f93712e7dbde87f (diff) | |
| download | bootstrap-c2b80127640b4ef773d7ab9b8a2f083726872a9f.tar.xz bootstrap-c2b80127640b4ef773d7ab9b8a2f083726872a9f.zip | |
minor docs edit to fix #20538
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/utilities.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 350345cff..0f0c176c5 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -209,7 +209,7 @@ Use a generic close icon for dismissing content like modals and alerts. **Be sur These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the [CSS `float` property](https://developer.mozilla.org/en-US/docs/Web/CSS/float). `!important` is included to avoid specificity issues. These use the same viewport width breakpoints as the grid system. -Two similar non-responsive mixins (`pull-left` and `pull-right`) are also available. +Two similar non-responsive Sass mixins (`pull-left` and `pull-right`) are also available. {% example html %} <div class="pull-xs-left">Float left on all viewport sizes</div><br> |
