Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 Navbar fixes #22230. Fixes Issue withposition: relative
on container in alpha 6 #21860.Revamps between and only mixins. Our breakpoint mixins for
between
andonly
weren't working right, so I've rewritten them to be a bit more explicit and remove some nested mixins. Fixes Question regarding media-breakpoint-between #22245.Changes
.col{infix}-auto
classes to have horizontal padding. This means you can use a responsive variant like.col-md-auto
and not have to apply a.col-12
below it to have any padding. Fixes col-auto removes gutters #22111.Documents some flexbugs, like those in #Auto wrap with col does not work in Safari #21967.
Still to do:
position: relative
on container in alpha 6 #21860: Removeposition
from.container
0
value to start