Fix classes for responsive floats in migration
See a8dc4812a49d8467e8642abb510b523a9a51cd48#commitcomment-14677726 [skip sauce]
This commit is contained in:
parent
17d15959d5
commit
81e0295098
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue