aboutsummaryrefslogtreecommitdiff
path: root/less/mixins.less
AgeCommit message (Collapse)AuthorFilesLines
2015-04-08Reset text/font properties more thoroughly for tooltips+popovers; fixes #15925Chris Rebert1-0/+1
[skip sauce]
2014-03-09Add recompiled assets after nuking toc in mixins.less.mrmrs1-5/+0
2014-03-09Merge branch 'master' into modular-the-mixinsmrmrs1-1/+0
* master: Replace some images on the Carousel example with some base64 encoded 1x1 gifs ugh grunt moar grunt mo copy http://www.youtube.com/watch?v=AJWtLf4-WWs grunt Copy change fix grammar in comment in forms.less Fixes #12759 Fixes #12738 replace .visible-{size} with .visible-{size}-{display} ; fixes #8869 Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map less/mixins.less
2014-03-09Break mixins.less up into smaller modules.mrmrs1-1087/+39
Move all deprecated vendor prefix mixins to less/mixins/vendor-prefixes.less Create mixins directory and move partials to that directory. FIXES #12994
2014-03-09Merge branch 'master' into fix-8869Mark Otto1-129/+279
2014-03-09Reorganize mixins and G R U N TMark Otto1-128/+125
2014-03-09Adjusts some section titles to be more explicit.mrmrs1-3/+3
FIXES #12992
2014-03-09Adds basic table of contents for mixins.less. You know for the kids.mrmrs1-0/+69
2014-03-08Update .hide-text() commentZlatan Vasović1-2/+1
2014-03-07Rename propertiesBas Bosman1-2/+2
2014-03-07Merge branch 'master' into pr/12670Mark Otto1-1/+1
2014-03-07Fixes #12937: Darken active button states just a smidge moreMark Otto1-1/+1
2014-03-07Add autoprefixerBas Bosman1-1/+73
2014-03-05.transition-timing-function MixinAhmad Nassri1-0/+4
added .transition-timing-function(@timing-function) mixin, defaults to @timing-function.
2014-03-04Merge pull request #12863 from Sojaner/masterMark Otto1-2/+12
Fix for issue #12854 on push and pull resets
2014-03-04Fixes #12913: Remove scoped media queries from custom xs grid mixinsMark Otto1-9/+3
2014-02-27100% less tumahMark Otto1-2/+3
2014-02-27Merge pull request #12855 from lipis/patch-1Mark Otto1-0/+4
Added the very useful .animation-fill-mode() mixin
2014-02-27Fixes #12851: it's not a tumahMark Otto1-1/+1
2014-02-27Fix for issue #12854 where push and pull resetsSojaner1-2/+12
The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly. To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
2014-02-26Added the very useful .animation-fill-mode() mixinLipis1-0/+4
I think that's the only animation property that was missing and it's quite useful. https://developer.mozilla.org/en-US/docs/Web/CSS/animation-fill-mode
2014-02-22Fixes #12822: Scope panel collapse styles to immediate panel bodies onlyMark Otto1-2/+2
2014-02-21replace .visible-{size} with .visible-{size}-{display} ; fixes #8869Chris Rebert1-0/+2
2014-02-21Merge pull request #12459 from rubenstolk/hotfix/mixins/scaleMark Otto1-14/+28
Make both .scale(X) and .scale(X, Y) both work
2014-02-11Merge branch 'master' into pr/12412Mark Otto1-8/+4
Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css test-infra/npm-shrinkwrap.canonical.json
2014-02-10Make both .scale(X) and .scale(X, Y) both workRuben Stolk1-14/+28
2014-02-07Drop -o-user-selectBas Bosman1-1/+0
2014-02-06Merge pull request #12502 from ZDroid/mozMark Otto1-2/+1
Remove redundant :-moz-placeholder styles
2014-02-04Merge pull request #12025 from ZDroid/clean-visibility-messMark Otto1-4/+1
Fix #12015 and minify styles
2014-02-01Remove redundant :-moz-placeholder stylesZlatan Vasović1-2/+1
No need for old Firefox versions support.
2014-01-29Fix #12422: Reset height on multiple select in input size mixinMark Otto1-1/+2
2014-01-28refactored and renamed grid mixinsDonald Pipowitch1-8/+16
2014-01-26mark .box-shadow() mixin as deprecated; fixes #12396Chris Rebert1-0/+4
2014-01-19Fix #12025 and minify stylesZlatan Vasović1-4/+1
2014-01-18Merge branch 'master' into bg-variantMark Otto1-0/+9
Conflicts: less/mixins.less
2014-01-15refactoring: add & use .bg-variant() mixinChris Rebert1-0/+9
2014-01-15refactoring: add & use .text-emphasis-variant() mixinChris Rebert1-0/+9
2014-01-09mixins.less: fix typo in commentChris Rebert1-1/+1
2013-12-27Small fix: I noticed the use of a deprecated variable. This seems to be the ↵Môshe van der Sterre1-1/+1
only occurrence.
2013-12-15Add new form feedback states, clean up existing form stylesMark Otto1-0/+4
New stuff: * Adds `.has-feedback` and `.form-control-feedback` to show icon-based form feedback to users. Fixes #11836. * Removes the `width: 1em` on `.glyphicon` because it makes it impractical to resize the width of all icons, even if they’re not “empty” (e.g., a simple `.glyphicon { width: 30px; }` wouldn’t work, nor would a class preceeded by a parent class. Clean up: * Sets `width: auto;` on all `.form-control`s within inline forms. * Removes all the inline `select` menu `width` styles because all inputs are now `auto`. * Update form states docs to separate out sections better.
2013-12-15Fixes #11829: Adds .make-xs-column mixinsMark Otto1-0/+15
2013-12-15comments and spacingMark Otto1-17/+3
2013-12-14Merge pull request #11326 from ZDroid/animationsMark Otto1-0/+24
Add `.animation-*()` mixins
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