Useful LESS mixins http://lesselements.com
Find a file
Josh Sherman 82de98776f Added "debug" mixin.
My goto for troubleshooting CSS is slapping a single pixel red border around the element. .debug does just that. Optional parameters are color and "style" (which by default is 1px solid).
2013-01-27 10:42:38 -05:00
elements.less Added "debug" mixin. 2013-01-27 10:42:38 -05:00
README.md add link to examples page 2012-12-25 22:52:40 +00:00

LESS Elements

A set of useful mixins for LESS, the CSS pre-processor: http://lesscss.org

More information and usage examples over at: http://lesselements.com

Examples page of all the mixins here: http://lesselements.com/tests

Oreolek has a good fork with the mixins organized under namespaces here: https://github.com/Oreolek/elements I recommend going with that if you use other frameworks like Bootstrap to avoid clashes.

TextMate bundle: https://github.com/juanghurtado/less-elements.tmbundle

Ruby gem to work with Rails: https://github.com/krasnoukhov/lesselements-rails

License: This work is dedicated to the public domain and is free for all uses, commercial or otherwise. No form of credit required.