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!
|
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!
| ||||
feedback
|
|
Another great mini-library... Bootstrap
Demo/Site: http://twitter.github.com/bootstrap/ | |||||||
feedback
|
|
There are less elements, but it's hardly a collection. I agree it would be nice to have something like this. | |||
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- | |||
|
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 :) | |||||
feedback
|