Revision 8aaeb3cb6b5fe4f3eb6ed5872e172404aa8397a6 authored by GeoSot on 13 April 2022, 01:16:18 UTC, committed by GitHub on 13 April 2022, 01:16:18 UTC
* Remove not needed css form tooltip & popover as it is made by popper
Remove tooltip margin variable, as popper needs margin to be zero

* Remove popover left/top initializers as they are handled by popper

* nullify `margin` variable and add deprecation message

* Document change in migration guide

* Update _variables.scss

Co-authored-by: Mark Otto <markdotto@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent 33992b7
Raw File
.gitattributes
# Enforce Unix newlines
* text=auto eol=lf

# Don't diff or textually merge source maps
*.map binary

bootstrap.css linguist-vendored=false
bootstrap.js linguist-vendored=false
back to top