Skip to content

Commit

Permalink
Add note: floats don't mix with miscellaneous modules
Browse files Browse the repository at this point in the history
Closes twbs#25829
  • Loading branch information
Varunram committed Mar 23, 2018
1 parent 2cd7003 commit 8dfe3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/utilities/float.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ toc: true

## Overview

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 breakpoints as our grid system.
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 however, don't mix with miscellaneous layout modules such as flex or grid. These use the same viewport breakpoints as our grid system.

## Classes

Expand Down

0 comments on commit 8dfe3e4

Please sign in to comment.