From: Chris Rebert Date: Fri, 25 Sep 2015 21:56:40 +0000 (-0700) Subject: Migration docs: capitalization; hyperlink Less and SCSS X-Git-Tag: v4.0.0-alpha.2~291 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a1597af5de4d6de55efaebb42f0e547457aac8b;p=thirdparty%2Fbootstrap.git Migration docs: capitalization; hyperlink Less and SCSS [ci skip] --- diff --git a/docs/migration.md b/docs/migration.md index c2cc5d4f5c..20a802fd20 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -21,7 +21,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to ### Global changes -- Switched from LESS to SCSS 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. - Media queries are now in `em`s instead of `px`s. - Global font-size increased from `14px` to `16px`.