]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
minor docs edit to fix #20538
authorMark Otto <markdotto@gmail.com>
Mon, 22 Aug 2016 02:33:54 +0000 (19:33 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 22 Aug 2016 02:33:54 +0000 (19:33 -0700)
docs/components/utilities.md

index 350345cff1c3ad97ea115df9d5307b42dd5e8113..0f0c176c5ff137f5a844e5d959fc6b3721ed438a 100644 (file)
@@ -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>