SASS has Compass (a community maintained library of sass mixins/methods).

Does LESS have any supporting libraries that can compare to Compass? Listing anything would be helpful!

link|improve this question

if we make one, we can't call it Less Framework. I started one called LessLib: github.com/dancrew32/lesslib If you happen to visit this page looking for answers, feel free to contribute! – tester May 10 '11 at 7:05
feedback

4 Answers

up vote 18 down vote accepted

Another great mini-library...

Bootstrap
by Mark Otto, Designer at Twitter

Bootstrap is a super awesome pack of mixins and variables to be used in conjunction with LESS, a CSS preprocessor for faster and easier web development.

Demo/Site: http://twitter.github.com/bootstrap/
Github/Source: https://github.com/twitter/bootstrap

link|improve this answer
The color variables are a good idea, but they seem to be a little more implementation specific, rather than framework material. However, I really like the grid system and completeness of the gradient mix-ins found in this one. Thank you for contributing, Chris! – tester May 11 '11 at 14:58
just to keep this up to date, the new github source is github.com/markdotto/Preboot.less – tester Nov 4 '11 at 17:17
They seem to have moved once more, this time graduating to an official Twitter project. :) I've updated the answer. – Jo Liss Nov 12 '11 at 15:00
feedback

There are less elements, but it's hardly a collection. I agree it would be nice to have something like this.

link|improve this answer
thank you for contributing to this discussion! Every mini-library out there will help! I feel like a lot of people are searching for this stuff but not finding anything about it. – tester May 10 '11 at 15:04
feedback

I just launched {lessins}, it is a library of common mixins, similar to bootstrap.less or less elements, but with a focus exclusively on mixins (the others include some unecessary variables, that seem remnants of other projects.)

I have also organized the mixins into bundles. Check it out: https://github.com/jdmiller82/-lessins-

link|improve this answer
feedback

Check out sprockets. It's will be a RailsTie in 3.1 (eg. something that rails is dependent on). I'm currently writing the documentation for it, check it out: https://github.com/TheEmpty/docrails/blob/master/railties/guides/source/sprockets.textile

Also Rails 3.1 comes with LESS installed by default :)

edit: I know Compass is popular in the rails community, not sure if it's usable for other languages/frameworks too. Forgive me if this is not a rails question. I'll delete this once I know :)

link|improve this answer
2  
Actually Sass is supported by default. – Raving Genius Jun 10 '11 at 3:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.