Skip to content

Commit

Permalink
minor docs edit to fix #20538
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 22, 2016
1 parent 961c35f commit c2b8012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit c2b8012

Please sign in to comment.