Commit 81e02950 authored by vsn4ik's avatar vsn4ik
Browse files

Fix classes for responsive floats in migration

See a8dc4812#commitcomment-14677726

[skip sauce]
parent 17d15959
Showing with 2 additions and 2 deletions
+2 -2
...@@ -130,8 +130,8 @@ Dropped entirely for the new card component. ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment