diff --git a/docs/migration.md b/docs/migration.md
index a2f7b8e5024ede97d5b18ae3601ee5169530c89e..87cad15dcd7863e68ceebb2f8d8c4a33c7b68a60 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -23,7 +23,6 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
 
 - Switched from [Less](http://lesscss.org/) to [SCSS](http://sass-lang.com/) for our source CSS files.
 - Switched from `px` to `rem` as our primary CSS unit.
-- Media queries are now in `em`s instead of `px`s.
 - Global font-size increased from `14px` to `16px`.
 - Added a new grid tier for ~`480px` and below.
 - Replaced the separate optional theme with configurable options via SCSS variables (e.g., `$enable-gradients: true`).