Skip to content
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

Use Less instead of SASS #44

Closed
julien-f opened this issue Dec 31, 2013 · 5 comments
Closed

Use Less instead of SASS #44

julien-f opened this issue Dec 31, 2013 · 5 comments

Comments

@julien-f
Copy link
Member

It would be better to use Less instead of SASS for two reasons:

  1. Less compiler is in JavaScript and uses Node.js while SASS is in Ruby which adds a dependency (which must be manually installed).
  2. Bootstrap natively uses LESS.
@morsik
Copy link

morsik commented Feb 10, 2014

++
Adding Ruby as depend is bad idea.

@julien-f
Copy link
Member Author

I agree but unfortunately Less currently is missing a feature we need (see my comment here).

@julien-f
Copy link
Member Author

To avoid being dependent on Ruby, we could use node-sass.

But I don't want to fight with Grunt to make this change so it will wait gulp.js (#91).

@olivierlambert
Copy link
Member

Is this issue relevant today @julien-f ?

@julien-f
Copy link
Member Author

Much less since xo-server does not depend on Ruby anymore (node-sass) and Bootstrap will use SASS natively starting from 4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants