My Less Framework

CSS3 mixins for the LESS pre-proccesor

This project is maintained by meritt

Wait, what is the LESS?

If you don't know about LESS you can read about it here: lesscss.org

Mac OS X application for LESS incident57.com/codekit

Installing

git submodule add git://github.com/meritt/my-less-framework.git public/css/mlf

And after that you need to import it in your style file.

Insert into your style.less

@import "mlf/framework.less";

Functions

Basic

Animations

Backgrounds

Borders

Columns

Scrollbars

Shadows

Additional it includes reset and normalize styles.

Partial using

Also, you can use this in partial, for example if you need only animations and transformations CSS3 functions, you can do this in following way:

@import "mlf/functions/animations.less";

Author


License

The MIT License, see the included license.md file.