Skip to content

mike183/LessCSS-Mixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

#LessCSS Mixins

This is a collection of simple LessCSS Mixins that I have built up from past projects that I have worked on. These mixins have saved me loads of time since I started the list, allowing me to quickly implement common CSS3 features without needing to worry about any of the various vendor prefixes.

#Usage

Using the mixins is a piece of cake. If you don't know what mixins are or how to use them, you can find out more here.

The current list of mixins is as follows:

  • borderRadius
  • borderTopRadius
  • borderRightRadius
  • borderBottomRadius
  • borderLeftRadius
  • boxShadow
  • insetBoxShadow
  • gradientLeftRight
  • gradientTopBottom
  • placeholderColor
  • textShadow
  • transition

Enjoy!

About

Some useful LessCSS mixins for CSS3 properties.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages