diff options
| author | Chris Rebert <[email protected]> | 2015-01-05 11:38:38 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-05 11:38:38 -0800 |
| commit | 0075de8ee86cb503f3258e9baadbe66a5bdb9afa (patch) | |
| tree | de1a469dc6e27689991cbce9625e2640ad02a779 /docs/migration.md | |
| parent | 6cb417616ca9524d364742c0e32e374416ef2fec (diff) | |
| parent | 00e6fae8fbecab9be20de67815a1e0f19a9c3ae3 (diff) | |
| download | bootstrap-0075de8ee86cb503f3258e9baadbe66a5bdb9afa.tar.xz bootstrap-0075de8ee86cb503f3258e9baadbe66a5bdb9afa.zip | |
Merge pull request #40 from twbs/bye-affix
Remove affix from docs & CSS; add migration guidance
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md index 26139b818..c73fcaeae 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -17,6 +17,7 @@ For a broader overview, see [what's new](http://blog.getbootstrap.com/DEAD-LINK- - Switched from LESS to SCSS for our source CSS files. - Added a new grid tier for ~`480px` and below. - Dropped Glyphicons icon font. +- 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. - Non-responsive usage of Bootstrap is no longer supported. - Dropped the online Customizer in favor of more extensive setup documentation. |
