Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 385 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 385 Bytes

LESSCSS mixins file of vendor prefixes for CSS3

###Use:

#someElement {
	.box-shadow();
	// or
	.transition(all, 1s);
}

###Mixins available

  • .border-radius();
  • .outline-radius();
  • .box-shadow();
  • .transition();
  • .transform();
  • .box();
  • .flex();
  • .resize();
  • .linear-gradient();
  • .double-borders();
  • .triple-borders();
  • .colomns();
  • .box-sizing();
  • .text-shadow();