aboutsummaryrefslogtreecommitdiff
path: root/less/mixins.less
AgeCommit message (Collapse)AuthorFilesLines
2013-12-13Merge pull request #11874 from ZDroid/hotfixChris Rebert1-1/+1
';' isn't needed
2013-12-13';' isn't neededZlatan Vasović1-1/+1
2013-12-12-ms-transform is for IE9 only, IE10+ don't require itMark Otto1-6/+6
2013-12-10transform origin mixin for explorerJan Panschab1-0/+1
2013-12-09add parens around arithmetic in recursive mixin calls to comply with LESS ↵Chris Rebert1-5/+5
strictMath <3 @seven-phases-max for helping to confirm & debug this X-Ref: https://github.com/less/less.js/issues/1725
2013-12-09Merge pull request #11790 from twbs/drop_recess_for_lessMark Otto1-2/+2
Drop grunt-recess for grunt-contrib-less
2013-12-08more nesting in .list-group-item-variant mixinChris Rebert1-15/+16
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto1-2/+2
Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho)
2013-12-08Add `.animation-*()` mixinsZlatan Vasović1-0/+24
2013-12-08Merge pull request #11748 from bganicky/patch-1Mark Otto1-4/+4
Updated .scale() mixin so that it accepts optional vertical scale factor...
2013-12-08Merge branch 'master' into pr/11750Mark Otto1-1/+28
Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css
2013-12-07Merge branch 'pr/11138'Mark Otto1-0/+27
Conflicts: dist/css/bootstrap.min.css dist/js/bootstrap.min.js docs-assets/js/raw-files.js
2013-12-07Contextual list group cleanupMark Otto1-7/+19
* Adds nav link to sidebar for contextual classes * Refactors to use prefixed classes, like .list-group-item-info, instead of chained classes * Adds default and linked variations to example in docs
2013-12-07Fixes #11766: Use color var for background on badges in buttons to restore ↵Mark Otto1-1/+1
proper background to default button badge
2013-12-06reverted changes in commit 96109d3 which seemed to break conditional classes ↵Luke Noel-Storr1-13/+13
in striped tables (ignoring the comment above that the previous rules were needed for just this purpose) fixes issue twbs/bootstrap#11728
2013-12-06Updated .scale() mixin so that it accepts optional vertical scale factor ↵Bohdan Ganicky1-4/+4
parameter.
2013-12-04Merge branch 'master' into gradient-prefix-cleanupMark Otto1-2/+3
Conflicts: dist/css/bootstrap.min.css docs-assets/js/raw-files.js
2013-12-03-moz and old webkit syntax removed for gradients based onawebdeveloper1-20/+7
http://caniuse.com/#search=grad
2013-12-03add <table> case to responsive-visibility mixin; see #10056Chris Rebert1-2/+3
2013-12-01Merge pull request #11662 from ZDroid/deprecation-fixMark Otto1-5/+1
Use mixin instead of whole code
2013-12-01Use mixin instead of whole codeZlatan Vasović1-5/+1
2013-11-30Fixes #11268: Account for badges within buttons by matching background to ↵Mark Otto1-0/+5
text color and text color to background
2013-11-30Merge branch 'master' into pr/11648Mark Otto1-16/+16
Conflicts: dist/css/bootstrap.min.css less/grid.less
2013-11-30Merge pull request #11398 from thelukemcdonald/masterMark Otto1-2/+2
Don't print .clearfix() comment references
2013-11-30Merge branch 'master' into pr/11388Mark Otto1-7/+5
Conflicts: dist/css/bootstrap.min.css
2013-11-29Add missing last column floatZlatan Vasović1-2/+2
2013-11-28Merge pull request #11551 from masterbee/outlinetweakMark Otto1-2/+2
removed color treatment of outline for easier integration
2013-11-28removed all caret border color settings.Tobias Lindig1-3/+0
2013-11-25Removed unnecessary semicolonJerri Christiansen1-1/+1
2013-11-20removed color treatment of outlineMario Bonito1-2/+2
2013-11-18add explanatory comment Re: #11526Chris Rebert1-1/+2
2013-11-18- Firefox placeholder text is faded out and not the full color. Adding ↵Erik Flowers1-1/+1
opacity:1 to it returns it to the proper color - (this is a re-commit since I messed up my branch last time and failed the travis build)
2013-11-07Don't print .clearfix() comment referencesLuke McDonald1-2/+2
2013-11-07Simplify table state stylesZlatan Vasović1-14/+14
2013-11-06Fixes #11295: Restore offset, push, and pull zero classes (e.g., ↵Mark Otto1-2/+2
.col-md-offset-0)
2013-10-28Fixes #10341: don't change border color on contextual table classesMark Otto1-2/+0
2013-10-26Add .animation() mixinZlatan Vasović1-1/+6
2013-10-24remove ref to nonexistent branchChris Rebert1-1/+0
2013-10-24fix WebKit caps in commentsChris Rebert1-2/+2
2013-10-20Merge pull request #10893 from Shaun-Dychko/patch--webkit-linear-gradientMark Otto1-1/+1
remove comma separating the color and the color-stop in -webkit-linear-gradient in the #gradient .vertical mixin.
2013-10-20Merge branch 'master' into pr/10656Mark Otto1-3/+85
Conflicts: dist/css/bootstrap.min.css
2013-10-20spacingMark Otto1-0/+3
2013-10-20Fixes #10522: Enable use of form validation class on .radio, .checkbox, ↵Mark Otto1-1/+5
.radio-inline, and .checkbox-inline
2013-10-16Active state overrides contextual list-item stylesMax Edmands1-2/+2
2013-10-16Adding contextual styles to list-itemsAaron Borden1-0/+15
2013-10-11Combine separate efforts for grid mixins into one, cleanup and reorganizeMark Otto1-0/+75
2013-09-30remove comma separating the color and the color-stop in ↵Shaun Dychko1-1/+1
-webkit-linear-gradient in the #gradient .vertical mixin.
2013-09-18less/mixins.less: tabs to spaces.XhmikosR1-1/+1
2013-09-16Simplified CSS responsive-invisibility mixinSteve S1-2/+2
2013-09-16Dropdown in panel header does not inherit its colorsChris Ziogas1-0/+3
Fix for issue #10627