aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-08 14:20:41 +0300
committerGitHub <[email protected]>2017-10-08 14:20:41 +0300
commitef38ca1c11c63d8e962af4706e4d182e24468cee (patch)
tree7ac1b852e8ac0298ae288b19d345599ff30b17fe /docs
parent1aea9d75175340da7365d134e58075091984d950 (diff)
downloadbootstrap-ef38ca1c11c63d8e962af4706e4d182e24468cee.tar.xz
bootstrap-ef38ca1c11c63d8e962af4706e4d182e24468cee.zip
Make `Dropped the Affix jQuery plugin` bold. (#24294)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 7c70c7221..8a0d3d3fa 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -69,7 +69,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](http://fontawesome.io/)
- See the [Extend page]({{ site.baseurl }}/docs/{{ site.docs_version }}/extend/icons/) for a list of alternatives. Have additional suggestions? Please open an issue or PR.
-- Dropped the Affix jQuery plugin.
+- **Dropped the Affix jQuery plugin.**
- We recommend using `position: sticky` instead. [See the HTML5 Please entry](http://html5please.com/#sticky) for details and specific polyfill recommendations. One suggestion is to use an `@supports` rule for implementing it (e.g., `@supports (position: sticky) { ... }`)/
- 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.
- **Dropped the pager component** as it was essentially slightly customized buttons.