aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/forms.less
AgeCommit message (Collapse)AuthorFilesLines
2014-12-02convert to scssMark Otto1-85/+0
2014-07-08Use .box-shadow() mixin so we can enable/disable themMark Otto1-6/+7
2014-07-08Implement the new border-radius guard: only round things if global ↵Mark Otto1-1/+1
@enable-rounded == true
2014-07-08Drop: all vendor prefix mixins because autoprefixerMark Otto1-4/+3
2014-07-02merge in and resolve conflictsMark Otto1-1/+5
2014-03-27fix doc typoДмитро Будник1-1/+1
one can find correct name of variable just few lines below the typo
2014-03-10Formatting, comment consolidation, and line endingsMark Otto1-5/+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/+85
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994