aboutsummaryrefslogtreecommitdiff
path: root/scss/bootstrap-grid.scss
AgeCommit message (Collapse)AuthorFilesLines
2017-10-19fix version numberMark Otto1-1/+1
2017-10-19new version numberMark Otto1-1/+1
2017-10-17Add copyright and license headers to grid and reboot filesMark Otto1-8/+6
Fixes #24311
2017-10-02Switch to stylelint. (#23572)XhmikosR1-1/+1
2017-06-14Merge branch 'v4-dev' into rip-customMark Otto1-0/+1
2017-06-14Move scss functions from top of variables to separate file, then import it ↵Mark Otto1-0/+1
into other build files
2017-06-13Remove the confusing _custom.scss fileMark Otto1-1/+0
2017-02-04Add `utilities/flex` to the dedicated grid Sass bundle so folks can take ↵Mark Otto1-0/+1
advantage of the utilities for basic flex alignment
2017-01-23Update _custom.scss imports in other builds (#21825)Mark Otto1-8/+1
- Correctly places the _custom.scss file first in the other two buids. - Also removes the clearfix mixin from the grid build because flexbox yo.
2016-12-27Update bootstrap-grid.scssMark Otto1-1/+2
2016-12-25Remove some leftover IE9/flex stuffStarsam801-2/+2
2016-11-25Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202)Mark Otto1-0/+19
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-42/+2
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
2016-01-17add custom overrides to other bundlesMark Otto1-0/+1
2015-09-27Change grid and container sizes to pxGleb Mazovetskiy1-17/+22
Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388.
2015-06-18Create new stylesheets for optional builds and add them to Gruntfile tasksMark Otto1-0/+57