-
Notifications
You must be signed in to change notification settings - Fork 22
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
u-size---- Consistency? #26
Comments
I think mixing whatever SUIT components/utilities you need should be up to you so if |
u-sizeFull
u-sizeFit and u-sizeFitAltAre similar to Bootstrap's u-sizeFillTakes the available space — no fixed width. |
@giuseppeg could this be left open until all the questions have been answered? I'll add the design rationale to the comments and update the test, I just want to make sure we are being as consistent as possible. We are also currently having a discussion about whether components should assume the presence of base.css in order to stay as DRY as possible. This relates to that: Also since we are considering switching to Flexbox for the grid, and making it pure flexbox, then it's possible that some of the utilities might be better suited if wrapped in a flexbox implementation. If I understand the design consideration better, I'll be better able to help: This also relates to: If the test clearly showed what happens to |
Also suppose you have a layout where you are using And suppose we want 5 be the full width of the container, instead of it's current location between 4 and 5, so we apply 1 2 3
|
The of the u-sizeXofY utilities set width only...except for the u-sizeFull. It's sets
display
andbox-sizing
.Just curious as to whether
display
andbox-sizing
should be left for base?The text was updated successfully, but these errors were encountered: