diff options
| author | Chris Rebert <[email protected]> | 2015-10-11 15:32:53 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-11 15:32:53 -0700 |
| commit | ba16aa44d06be8a6a4ba61a532906bb0c75f607e (patch) | |
| tree | dcf28d11e708c40d76a00fcd5b657d7f90f33e8f | |
| parent | b301129f029b844d6274bc0b4c614021278aba9d (diff) | |
| download | bootstrap-ba16aa44d06be8a6a4ba61a532906bb0c75f607e.tar.xz bootstrap-ba16aa44d06be8a6a4ba61a532906bb0c75f607e.zip | |
Mention ScrollPos-Styler in the migration docs; closes #17819
| -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 87cad15dc..70a52595c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -35,6 +35,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to - [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. + - If you were using Affix to apply additional, non-`position` styles, the polyfills might not support your use case. One option for such uses is the third-party [ScrollPos-Styler](https://github.com/acch/scrollpos-styler) library. - Refactored nearly all components to use more unnested classes instead of children selectors. ### Misc |
