-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4-dev backports #29309
v4-dev backports #29309
Conversation
Also, add a warning in _root.scss so that we don't miss it again.
Use the built-in utilities instead.
The example shortcode already adds this.
@twbs/css-review I backported #29073. Please make sure everything fine because I had to make some changes due to Jekyll in this branch. |
Judging by https://deploy-preview-29309--twbs-bootstrap.netlify.com/docs/4.3/components/card/#grid-cards I think we are better using more cards per row. What do you think? EDIT: Or maybe making the card images taller. |
92ae942
to
47395fa
Compare
Trying to find a new way to do responsive card decks while not locking ourselves into the cards themselves. My thinking here is we can easily control the column (.col) width by the parent, but I don't know how many we need (have 0-5 now) across each breakpoint. This works for cards so far, and I think could get us equal height, too.
80c9add
to
0158938
Compare
@twbs/css-review Ping for review |
Also, see my previous comment above |
dcf2f83
to
9adcbc7
Compare
9adcbc7
to
b44af1d
Compare
`version` is deprecated.
0b76da8
to
39fd40c
Compare
39fd40c
to
6b16368
Compare
Stack in cards in one column when < md
6b16368
to
664ada3
Compare
@ysds can you check out the branch and review? I changed the height to 180 in this branch only, https://deploy-preview-29309--twbs-bootstrap.netlify.com/docs/4.3/components/card/#grid-cards |
Preview: