| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-10-19 | fix version number | Mark Otto | 1 | -1/+1 | |
| 2017-10-19 | new version number | Mark Otto | 1 | -1/+1 | |
| 2017-10-17 | Add copyright and license headers to grid and reboot files | Mark Otto | 1 | -8/+6 | |
| Fixes #24311 | |||||
| 2017-10-02 | Switch to stylelint. (#23572) | XhmikosR | 1 | -1/+1 | |
| 2017-06-14 | Merge branch 'v4-dev' into rip-custom | Mark Otto | 1 | -0/+1 | |
| 2017-06-14 | Move scss functions from top of variables to separate file, then import it ↵ | Mark Otto | 1 | -0/+1 | |
| into other build files | |||||
| 2017-06-13 | Remove the confusing _custom.scss file | Mark Otto | 1 | -1/+0 | |
| 2017-02-04 | Add `utilities/flex` to the dedicated grid Sass bundle so folks can take ↵ | Mark Otto | 1 | -0/+1 | |
| advantage of the utilities for basic flex alignment | |||||
| 2017-01-23 | Update _custom.scss imports in other builds (#21825) | Mark Otto | 1 | -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-27 | Update bootstrap-grid.scss | Mark Otto | 1 | -1/+2 | |
| 2016-12-25 | Remove some leftover IE9/flex stuff | Starsam80 | 1 | -2/+2 | |
| 2016-11-25 | Update bootstrap-grid.scss to include box-sizing and responsive changes (#21202) | Mark Otto | 1 | -0/+19 | |
| 2016-07-26 | Enable flexbox grid CSS on our docs page | Mark Otto | 1 | -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-17 | add custom overrides to other bundles | Mark Otto | 1 | -0/+1 | |
| 2015-09-27 | Change grid and container sizes to px | Gleb Mazovetskiy | 1 | -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-18 | Create new stylesheets for optional builds and add them to Gruntfile tasks | Mark Otto | 1 | -0/+57 | |
