If you are using LESS, or any other CSS extender such as SASS or SCSS, you’ve no doubt realized the power of Mixins. For those unfamiliar, Mixins allow you to embed properties of one class inside another class or ID. When extended with variables, Mixins can be a powerful tool for improving speed and consistency in your CSS.
I recently put together a nice set of Mixins for simplifying vendor prefixed CSS declarations. A recent tweet made me realize others might be like to have them so I’ve released a small set of Mixins which can be downloaded here. These Mixins are for LESS and will not work with any other dynamic CSS implementation.
These are great! Question~ how do I modify the variables for a different class?