aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/grid-framework.less
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02convert to scssMark Otto1-91/+0
2014-10-30Update grid-framework.lessBass Jobsen1-2/+2
The `when (@index = 1)` guards are not needed cause the mixins already only match on arity.
2014-03-10Formatting, comment consolidation, and line endingsMark Otto1-3/+2
2014-03-09Break mixins.less up into smaller modules.mrmrs1-0/+92
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994