aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/migration.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-04-01 10:35:51 +0300
committerXhmikosR <[email protected]>2018-04-02 19:19:09 +0300
commit95cdfa2a655f028b5e0ede525617261ab2bd62c0 (patch)
treeb9fddcc66594690a4587c9cd405826896a8d150e /docs/4.0/migration.md
parent98cad665bbba1719a4cf6de36c4f6c49d4448669 (diff)
downloadbootstrap-95cdfa2a655f028b5e0ede525617261ab2bd62c0.tar.xz
bootstrap-95cdfa2a655f028b5e0ede525617261ab2bd62c0.zip
Use https when possible.
Diffstat (limited to 'docs/4.0/migration.md')
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index f0cacc4c1..b03250ead 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -80,7 +80,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
### Global changes
- **Flexbox is enabled by default.** In general this means a move away from floats and more across our components.
-- Switched from [Less](http://lesscss.org/) to [Sass](http://sass-lang.com/) for our source CSS files.
+- Switched from [Less](http://lesscss.org/) to [Sass](https://sass-lang.com/) for our source CSS files.
- Switched from `px` to `rem` as our primary CSS unit, though pixels are still used for media queries and grid behavior as device viewports are not affected by type size.
- Global font-size increased from `14px` to `16px`.
- Revamped grid tiers to add a fifth option (addressing smaller devices at `576px` and below) and removed the `-xs` infix from those classes. Example: `.col-6.col-sm-4.col-md-3`.