]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Migration docs: capitalization; hyperlink Less and SCSS
authorChris Rebert <github@chrisrebert.com>
Fri, 25 Sep 2015 21:56:40 +0000 (14:56 -0700)
committerChris Rebert <github@chrisrebert.com>
Fri, 25 Sep 2015 21:56:40 +0000 (14:56 -0700)
[ci skip]

docs/migration.md

index c2cc5d4f5c094ec23db50f73f872acd82a0d8c42..20a802fd209ecbab0a9eba89930cb3e89d50435b 100644 (file)
@@ -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`.