ui-alchemy / alchemy

MIT License
2 stars 2 forks source link

Switching from SCSS to LESS #3

Open ehelms opened 11 years ago

ehelms commented 11 years ago

I have been kicking around the idea of moving away from SCSS and to LESS. SCSS made sense when we were a project focused on providing everything via a Rails engine and using Compass for the cross-browser functionality.

The pros and cons as I see them:

Pros:

Cons:

jtomasek commented 11 years ago

+1, https://github.com/clearleft/clearless seems also very promissing. Recommended in the comments here: http://designshack.net/articles/css/battle-of-the-less-mixin-libraries-less-elements-vs-less-hat-vs-bootstrap/

jcoufal commented 11 years ago

+1 for change to LESS and +1 for ClearLess, I was thinking about Less Hat, but it seems that ClearLess is bigger player (also based on github statistics)

jtomasek commented 11 years ago

I was thinking about this a bit more and considering that Ruby, compass and scss are the development-only requirements (correct me if I am wrong), we should really consider if the rewriting of the whole project into less is worth loosing the compass framework, which still seems superior to all the less alternatives.

ehelms commented 11 years ago

We should outline the pros and cons of compass vs the alternatives. Personally, the only compass part I can think of that we use is the cross-browser mixins which I see in other frameworks. The image-path, sprite-path, asset-path portions of compass don't actually work well in practice.