mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 21:10:23 +00:00
* Remove `--bs-border-opacity: 1` from `.border-*` utilities We set `--bs-border-opacity: 1` globally at the `:root` level, so redeclaring it on every `.border-*` utility doesn't make much sense. I think we can drop this. * Remove global border-opacity var, restore on .border-color classes, move .border-color utils down the list to fix some specificity issues * Add some demos of border utils to the docs |
||
|---|---|---|
| .. | ||
| api.md | ||
| background.md | ||
| borders.md | ||
| colors.md | ||
| display.md | ||
| flex.md | ||
| float.md | ||
| interactions.md | ||
| opacity.md | ||
| overflow.md | ||
| position.md | ||
| shadows.md | ||
| sizing.md | ||
| spacing.md | ||
| text.md | ||
| vertical-align.md | ||
| visibility.md | ||