-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching from SCSS to LESS #3
Comments
+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/ |
+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) |
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. |
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. |
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:
The text was updated successfully, but these errors were encountered: