diff options
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/migration.md b/docs/migration.md index 1e6b55a9c..0d1fd5211 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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 |
