sallycms/less-mixins

This package is abandoned and no longer maintained. No replacement package was suggested.

Collection of shared LESS mixins for all apps and addOns.

v2.2.2 2012-10-16 14:56 UTC

This package is auto-updated.

Last update: 2019-02-20 17:13:39 UTC


README

Comprehensive array of mixins for LESS, SCSS & SASS that allow you use CSS3 features without having to worry about vendor prefixes. Awesome.

All mixins come with sweet documentation including available values & units, W3 references and even examples. All you have to do is play with them.

PLUS! Robert Penner's easing equations as cubic-bezier functions, all thanks to the work of Matthew Lein. Now you have no excuse not to spice up your CSS3 transitions.

Display

  • display-box
  • box-orient
  • box-pack
  • box-align
  • box-flex
  • box-sizing
  • user-select

Decoration

  • border-radius
  • box-shadow
  • text-shadow
  • linear-gradient
  • radial-gradient

Transformation

  • transform
  • transform-origin
  • transform-style
  • perspective
  • perspective-origin
  • backface-visibility
  • matrix
  • translate
  • scale
  • rotate
  • skew

Animation

  • transition
  • easing

License

Licensed under MIT. Enjoy.

Contributors

Matthew Wagerfield: @mwagerfield