mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 08:51:07 +00: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:
commit
79c3dfec7a
1 changed files with 2 additions and 2 deletions
|
|
@ -130,8 +130,8 @@ Dropped entirely for the new card component.
|
||||||
|
|
||||||
### Utilities
|
### Utilities
|
||||||
|
|
||||||
- Added `.pull-{left,right,none}-{xs,sm,md,lg,xl}` classes for responsive floats
|
- 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-left-xs` and `.pull-right-xs`
|
- Removed `.pull-left` and `.pull-right` since they're redundant to `.pull-xs-left` and `.pull-xs-right`
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue