]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Follow-up to #19099 for grid fixes
authorMark Otto <markdotto@gmail.com>
Sun, 24 Jul 2016 00:12:43 +0000 (17:12 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 24 Jul 2016 00:12:43 +0000 (17:12 -0700)
commita8879c8f82ec3debb8e225844dc4561e2900beda
tree4f9c784487268e676afa7e92aeebc63529e9a531
parente613415a76daa4e0d6bb0d3dfa0dccbc073e778d
Follow-up to #19099 for grid fixes

- 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
docs/layout/grid.md
scss/mixins/_grid-framework.scss
scss/mixins/_grid.scss