diff options
| author | Chris Rebert <[email protected]> | 2015-10-08 19:51:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-08 19:51:18 -0700 |
| commit | 93e56a0c64c2b27f414c1c70b8d3cfe90afeaa37 (patch) | |
| tree | 282db98c959fecfc195a82d63828e5543ad07365 | |
| parent | 04ba9f3cb49ea8ace6d5a043d8db56f8ed750080 (diff) | |
| parent | 8b4925f0d8f0e3046d0f9e5264c6fdf3157f4f95 (diff) | |
| download | bootstrap-93e56a0c64c2b27f414c1c70b8d3cfe90afeaa37.tar.xz bootstrap-93e56a0c64c2b27f414c1c70b8d3cfe90afeaa37.zip | |
Merge pull request #17775 from twbs/font-migration
Add Glyphicons migration guidance
[skip sauce]
| -rw-r--r-- | docs/migration.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index aa9aa114a..a2f7b8e50 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -31,7 +31,10 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to ### Components - Dropped panels, thumbnails, and wells for a new all-encompassing component, cards. -- Dropped the Glyphicons icon font. +- Dropped the Glyphicons icon font. If you need icons, some options are: + - the upstream version of [Glyphicons](http://glyphicons.com/) + - [Octicons](https://octicons.github.com/) + - [Font Awesome](https://fortawesome.github.io/Font-Awesome/) - Dropped the Affix jQuery plugin. We recommend using a `position: sticky` polyfill instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations. - Refactored nearly all components to use more unnested classes instead of children selectors. |
