aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/image.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-9/+6
2014-07-07Part 1 for fixing #13996: Revert the width: 100% \9; IE hack for SVG ↵Mark Otto1-1/+0
img-responsive
2014-06-18fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive ↵Mark Otto1-0/+1
correctly
2014-03-10Formatting, comment consolidation, and line endingsMark Otto1-5/+4
2014-03-09Break mixins.less up into smaller modules.mrmrs1-0/+34
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994