Mark Otto
Mark Otto
I have to update the icons in Figma first and then export them here. Thanks for trying to jump on it yourself though!
Note to revisit #39977 after I merge it for v5.3.4.
This removes two classes with the top and bottom variants. We'd need to deprecate those instead of remove outright—think you could tackle that?
@louismaximepiton Sorry for the delay! We need to keep the original CSS around unmodified until v6. So let's add those `.card-img-top` and `.card-img-bottom` classes back in addition to the new...
https://github.com/twbs/bootstrap/issues/40591#issuecomment-2788377773
Thoughts on these @julien-deramond? Personally I've not had much use for these extra values, save for _maybe_ some `dvh`. Seems pretty ripe for extending with the utility API.
That's fair, easy improvement here.
Closing as stale.
I'm 50/50 on this—I don't know how much variable and Sass map reassignment I want to do. However, with the variable splitting I intend to do in v6, this could...
`` elements within `` elements are automatically `type="submit"`, so you have to set that to `type="button"`. That would fix your issue for now. I'm unsure why exactly this is happening,...