Merged
Conversation
…id classes with auto layout via flex: 1
This was referenced Feb 6, 2016
…s aren't supported in Sass
This was referenced Feb 6, 2016
This was referenced Feb 6, 2016
This was referenced Feb 6, 2016
Closed
mdo
added a commit
that referenced
this pull request
Feb 7, 2016
This was referenced Feb 7, 2016
This was referenced Feb 10, 2016
mdo
added a commit
that referenced
this pull request
Feb 17, 2016
…sed for in make-grid-columns mixin
|
I don't think v4 documentation for modifier is updated |
mdo
added a commit
that referenced
this pull request
Jul 24, 2016
- Restores two-mixin approach to generating semantic grid columns (now with 'make-col-ready' and 'make-col') - Removes need for .col-xs-12 by restoring the mass list of all grid tier classes to set position, min-height, and padding - Adds an initial 'width: 100%' to flexbox grid column prep (later overridden by the column sizing in 'flex' shorthand or 'width') to prevent flexbox columns from collapsing in lower viewports
This was referenced Jul 24, 2016
mdo
added a commit
that referenced
this pull request
Jul 27, 2016
mdo
added a commit
that referenced
this pull request
Jul 27, 2016
- More details on columns and gutters - Break it into clear sections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Addresses a handful of grid changes:
.col-{breakpointclasses. For example, use.col-xsto create as many grid columns as you'd like fromxsand up.Adds a newChanges the responsive grid modifier naming scheme from.colbase class for grid columns and.col-{breakpoint}-{modifier}-{size}to.{modifier}-{breakpoint}-{size}for simpler grid classes. For example, instead of.col-md-3.col-md-push-9it'scol-md-3.push-md-9. Also updates all examples to new markup.make-colandmake-col-spaninto a singlemake-colmixin, thereby ensuring mixins and predefined classes utilize the same float/flex behaviors.Todo: