0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #18388 from vsn4ik/v4-dev-fix-responsive-classes-migration

Fix classes for responsive floats in migration
This commit is contained in:
Chris Rebert 2015-11-30 16:06:23 -08:00
commit 79c3dfec7a

View File

@ -130,8 +130,8 @@ Dropped entirely for the new card component.
### Utilities
- Added `.pull-{left,right,none}-{xs,sm,md,lg,xl}` classes for responsive floats
- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-left-xs` and `.pull-right-xs`
- Added `.pull-{xs,sm,md,lg,xl}-{left,right,none}` classes for responsive floats
- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right`
## Documentation