aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss/flex-grid.scss
AgeCommit message (Collapse)AuthorFilesLines
2016-12-25Remove some leftover IE9/flex stuffStarsam801-33/+0
2016-07-30Fixes #20382: Import the flexbox utilities into the docs flex stylesheetMark Otto1-1/+10
2016-07-26Enable flexbox grid CSS on our docs pageMark Otto1-0/+24
- 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)