aboutsummaryrefslogtreecommitdiff
path: root/less/mixins.less
AgeCommit message (Collapse)AuthorFilesLines
2013-09-08Added missing semicolonZlatan Vasović1-1/+1
2013-09-06Merge pull request #9968 from thelukemcdonald/masterMark Otto1-6/+6
Apply gradient stripe @color parameter
2013-09-06Merge pull request #10025 from barryvdh/patch-2Mark Otto1-0/+27
Add missing methods (rotateX/Y, perspective(-origin) and transform-origin)
2013-09-04Fixed error in documentation in mixins.lessLiam1-1/+1
2013-08-24Merge pull request #10059 from felixhirschfeld/patch-1Mark Otto1-0/+4
Add mixin for transition-property
2013-08-23Merge pull request #9963 from twbs/min-breakpoint-namingMark Otto1-11/+11
rename @screen-XX to @screen-XX-min for clarity+unambiguity
2013-08-23split mixin and grunt dist to be sureMark Otto1-2/+11
2013-08-23Deprecate .hide-text mixin for .text-hide as mixin and classMark Otto1-1/+8
2013-08-23Add mixin for transition-propertyFelix Hirschfeld1-0/+4
It's quite handy if a transition needs the same duration, timing-function or delay and only specific properties to animate.
2013-08-22Add missing methods (rotateX/Y, perspective(-origin) and transform-origin)Barry vd. Heuvel1-0/+27
Added missing mixins: rotateX rotateY perspective perspective-origin transform-origin
2013-08-21Fixes #9974James Lawrence1-1/+2
Added th selector in .table-row-variant mixin
2013-08-20rename @screen-XX to @screen-XX-min for clarity+unambiguityChris Rebert1-11/+11
2013-08-20Remove progress bar striped @color parameters; use default transparent white.Luke McDonald1-1/+1
* If the @color parameter is not removed, the stripes are the same color as the element background color. In this case, the stripes do not appear.
2013-08-20Apply @color argument to striped gradientLuke McDonald1-5/+5
The @color argument is currently not being used for the striped gradient.
2013-08-18Refactor panels to have a base class for improved flexibility when ↵Mark Otto1-1/+1
customizing (and no overriding to start, too)
2013-08-18Update mixins.lessMike Pagé1-1/+1
2013-08-17More consistent naming with screen size variables using xs, sm, md, and lgMark Otto1-12/+12
2013-08-16fixes #9436 more: put padding on containers, not the body because full width ↵Mark Otto1-0/+2
elements
2013-08-16Make negative margins on rows the default, not just in containers, and add ↵Mark Otto1-14/+2
padding to body to compensate
2013-08-15don't scope width on .make-xs-column mixinMark Otto1-6/+1
2013-08-15nuke bg image on active/open for buttons for when we add gradientsMark Otto1-1/+5
2013-08-15fixes #9647: ensure open dropdown toggles get .active stylesMark Otto1-1/+2
2013-08-15fixes #9582: restore img-responsive as a class and move it's mixin to ↵Mark Otto1-6/+17
mixins.less
2013-08-14Merge pull request #9498 from ggam/panel-variant-fixMark Otto1-2/+2
Made panel-variant apply styles only to first child
2013-08-14Removed commented linesGuillermo González de Agüero1-2/+0
2013-08-14Added table-row-variant mixinggam1-0/+31
2013-08-14Made panel-variant apply styles only to first childggam1-2/+2
2013-08-13Merge branch '3.0.0-wip' into bs3_drop_accordion_for_panelMark Otto1-0/+47
Conflicts: dist/css/bootstrap.min.css
2013-08-13Merge pull request #9410 from ggam/pagination-sizeMark Otto1-0/+24
Added pagination-size mixin
2013-08-13Added input-size mixinggam1-0/+23
2013-08-13Fixed errorsGuillermo González de Agüero1-1/+1
2013-08-13Added pagination-size mixinggam1-0/+24
2013-08-12Drop the accordion for the panelMark Otto1-0/+8
* Deletes the accordion.less file * Extends the panel to be collapsible with our JS plugin * Supports panel color variations
2013-08-12update grid xs mixin and update docs to match new mixinsMark Otto1-2/+2
2013-08-12Merge pull request #9373 from ggam/button-sizesMark Otto1-0/+9
Added button-size mixin
2013-08-12Merge pull request #9371 from ggam/buttons-consistencyMark Otto1-2/+2
Renamed btn-pseudo-states mixin to btn-variant for consistency
2013-08-12Drop background-clip and background-size mixins since they have no prefixes ↵Mark Otto1-10/+0
anyway
2013-08-12Added button-size mixinggam1-0/+9
2013-08-12Renamed btn-pseudo-states mixin to btn-variant for consistencyggam1-2/+2
2013-08-12rename and refactor a smidge to add medium grid mixinsMark Otto1-9/+42
2013-08-12Merge branch 'patch-12' of https://github.com/ggam/bootstrap into ggam-patch-12Mark Otto1-14/+47
2013-08-07Added missing grid make-column mixins and fixed some inconsistenciesGuillermo González de Agüero1-14/+47
make-column() was still been use to generate "medium size" columns (col-sm), while make-small-column was creating the default columns (col). I also changed @grid-float-breakpoint to @screen-small, as it was used in make-row() and I think it makes more sense here than the other.
2013-08-07Added panel-variant mixinGuillermo González de Agüero1-0/+11
2013-08-06fixes #8959: only negative indent rows within .container (prevents ↵Mark Otto1-3/+5
horizontal scroll on full-width pages)
2013-08-06fixes #8935: add gutter width param to grid mixinsMark Otto1-11/+11
2013-08-06Merge branch '3.0.0-wip' of https://github.com/archanl/bootstrap into ↵Mark Otto1-8/+0
archanl-3.0.0-wip Conflicts: less/mixins.less
2013-08-05Fixes #8786 (part 2): new default button stylesMark Otto1-0/+1
Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
2013-08-05Fixes #8786 (part 1): darken hover states on buttonsMark Otto1-2/+2
2013-08-05Fixes #9049: switch order of gradient mixin params to avoid problems for ↵Mark Otto1-2/+2
upgraders
2013-08-05Clean up mixins, fix #9100 (no ms-keyframes)Mark Otto1-8/+8
- Spacing tweaks in the general mixins - Add comments to transform mixins about IE support - Remove `-ms-keyframes` because only IE10+ supports it, and without prefix