aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-10-10 15:36:07 -0700
committerChris Rebert <[email protected]>2015-10-10 15:36:07 -0700
commit313635350a2b0c0754c6216b379118f42e6240a7 (patch)
tree914da462331707930f007876167a83d68160ec0a /docs
parentb74536fa8cd5081c59ecd4c63728a7eba00efa2f (diff)
downloadbootstrap-313635350a2b0c0754c6216b379118f42e6240a7.tar.xz
bootstrap-313635350a2b0c0754c6216b379118f42e6240a7.zip
Remove em media queries note in Migration docs; no longer accurate as of #17403
[ci skip]
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index a2f7b8e50..87cad15dc 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`).