Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-10 23:05:16 +0300
committerGitHub <noreply@github.com>2019-02-10 23:05:16 +0300
commit24253b18e1079b1e3252bd2d9e32c43389c2472a (patch)
tree4a690f01f55c809564dd14234c0d569ac9b4b979 /site/docs
parent545f3fa9219bc52dd8c22b582e40d66f135b9044 (diff)
migration.md: use https. (#28221)
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.2/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/migration.md b/site/docs/4.2/migration.md
index 2a64266bd9..af76b022cf 100644
--- a/site/docs/4.2/migration.md
+++ b/site/docs/4.2/migration.md
@@ -115,7 +115,7 @@ Here are the big ticket items you'll want to be aware of when moving from v3 to
- [Font Awesome](https://fontawesome.com/)
- 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.**
- - 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) { ... }`)
+ - We recommend using `position: sticky` instead. [See the HTML5 Please entry](https://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.
- **Refactored nearly all components** to use more un-nested class selectors instead of over-specific children selectors.