Grouping some grid fixes to iron out a few kinks and improve docs.
-
Improve semantic grid docs. Added the Sass to generate the mixings example so you can preview it inline. Also removed the rules from the Sass mixins to ensure they don't get out of date.
-
Removes
position: relative;from container mixin and class. This was quickly added as a solution to some navbar stuff that's since been resolved with #22230. Fixes #21860 (closed). -
Revamps between and only mixins. Our breakpoint mixins for
betweenandonlyweren't working right, so I've rewritten them to be a bit more explicit and remove some nested mixins. Fixes #22245 (closed). -
Changes
.col{infix}-autoclasses to have horizontal padding. This means you can use a responsive variant like.col-md-autoand not have to apply a.col-12below it to have any padding. Fixes #22111 (closed). -
Documents some flexbugs, like those in ##21967 (closed).
Still to do:
-
#21860 (closed): Remove positionfrom.container -
#21683 (closed): More docs improvements for auto layout -
#22133 (closed): Customizing breakpoints example is missing a 0value to start -
#21666 (closed): Fix docs fieldset example