aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/grid.less
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02convert to scssMark Otto1-41/+0
2014-07-08Update grid mixins section of the docsMark Otto1-2/+3
2014-07-08Overhaul semantic grid mixinsMark Otto1-92/+10
- Drops all the `.make-**-column` mixins for a single set to be used within (or outside) media queries. - Renames `.container-fixed` to `.make-container` for consistency. - Updates built-in grid system to use new setup. See http://jsbin.com/qiqet/2/ for an example of it in action.
2014-06-10Fix gutter variableBas Bosman1-2/+2
2014-06-10Fixes #13616: Add custom gutter support to containersMark Otto1-1/+1
2014-03-10Formatting, comment consolidation, and line endingsMark Otto1-2/+2
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs1-3/+0
2014-03-09Break mixins.less up into smaller modules.mrmrs1-0/+125
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994