diff options
| author | Chris Rebert <[email protected]> | 2015-09-25 14:56:40 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-09-25 14:56:40 -0700 |
| commit | 2a1597af5de4d6de55efaebb42f0e547457aac8b (patch) | |
| tree | 86ac84bebdf48a0065bc062e31d6cd8e91811cf5 /docs/migration.md | |
| parent | 5a15971920c443d7e347c8edad79a6f2eafd9659 (diff) | |
| download | bootstrap-2a1597af5de4d6de55efaebb42f0e547457aac8b.tar.xz bootstrap-2a1597af5de4d6de55efaebb42f0e547457aac8b.zip | |
Migration docs: capitalization; hyperlink Less and SCSS
[ci skip]
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index c2cc5d4f5..20a802fd2 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`. |
