Commit 31363535 authored by Chris Rebert's avatar Chris Rebert
Browse files

Remove em media queries note in Migration docs; no longer accurate as of #17403

[ci skip]
parent b74536fa
Showing with 0 additions and 1 deletion
+0 -1
...@@ -23,7 +23,6 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to ...@@ -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 [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. - 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`. - Global font-size increased from `14px` to `16px`.
- Added a new grid tier for ~`480px` and below. - 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`). - Replaced the separate optional theme with configurable options via SCSS variables (e.g., `$enable-gradients: true`).
......
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