aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/grid-framework.less
AgeCommit message (Collapse)AuthorFilesLines
2017-11-25move from csslint to stylelintMark Otto1-1/+1
2015-04-23Round results from gutter division to prevent decimal margins and paddingThomas P. Horton1-2/+2
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