aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/responsive-visibility.less
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Switch to inline comments for stylelint inline directives.XhmikosR1-1/+1
Otherwise the comments are actually output to the CSS.
2017-11-25move from csslint to stylelintMark Otto1-3/+1
2015-03-28Match all other responsive utilities and use important on the display: tableMark Otto1-1/+1
2014-03-10Formatting, comment consolidation, and line endingsMark Otto1-1/+0
2014-03-09Add consistent newline at end of files in less/mixinsmrmrs1-0/+1
2014-03-09Break mixins.less up into smaller modules.mrmrs1-0/+15
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994