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

libsass compatibility? #6

Open
anselmh opened this issue Nov 21, 2014 · 4 comments
Open

libsass compatibility? #6

anselmh opened this issue Nov 21, 2014 · 4 comments

Comments

@anselmh
Copy link

anselmh commented Nov 21, 2014

Hey,

I just tried to use the project with gulp-sass (which is using node-sass depending on libsass) but it fails on some things like arrays.
Do you think it would be possible to test it against libsass and ensure compatibility?

Thanks,
Anselm

@thiagodebastos
Copy link

I'm also facing this issue

@n370
Copy link

n370 commented Mar 30, 2015

You guys should be using https://github.com/sindresorhus/gulp-ruby-sass.

Anyway @akhleung, @appleboy, @am11 or @hcatlin let us know when it becomes compatible with libsass.

@am11
Copy link

am11 commented Mar 30, 2015

As far as I can tell, the language spec parity is getting closer in libsass. Which version of node-sass are you testing with?

Just today we upgraded grunt-sass to use latest node-sass beta (v3): See sindresorhus/grunt-sass#196 (comment). You can give it a try or against the vanilla node-sass API: npm install node-sass@beta (https://github.com/sass/node-sass/releases/tag/v3.0.0-beta.4).

Nonetheless, if you find a missing language feature, please consider opening issue in libsass issue tracker: https://github.com/sass/libsass.

@jchn
Copy link

jchn commented Oct 29, 2015

Just tested it using the latest version of gulp-sass.

It's working on gulp-sass 2.1.0 which is using node-sass 3.4.1 which is using libsass 3.3.1.

So it works on libsass 3.3.1.

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

5 participants