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

Fix issues with gulp-sass #8

Closed
kitze opened this issue Mar 28, 2015 · 2 comments
Closed

Fix issues with gulp-sass #8

kitze opened this issue Mar 28, 2015 · 2 comments

Comments

@kitze
Copy link

kitze commented Mar 28, 2015

I just read the article about css namespacing on css wizardry and i love the idea of bem constructor but unfortunately it doesn't work with gulp-sass, it throws some errors like this one:

{ status: 1,
file: '../bower_components/bem-constructor/dist/_bem-constructor.scss',
line: 476,
column: 13,
message: 'error reading values after ',
code: 1 }

Even if i comment out line 476 it throws like 6-7 more errors. I think this isn't an issue with your library but it's probably node sass and gulp sass are still not updated to use some features that ruby sass has. Can this be fixed somehow?

@danielguillan
Copy link
Owner

Thanks @kitze!

This is (was) an issue with libsass which didn't support Sass 3.4 parent selector implementation until recently (sass/libsass#548). The issue is now closed and we should see support in the next libsass release.

If you can't wait to use BEM Constructor you should use gulp-ruby-sass or wait a few more days until the next libsass/node-sass version is release.

@FedericoBiccheddu
Copy link

JFYI: if you are using gulp-ruby-sass, the gem must be installed on your environment otherwise you will get this error: execvp(): No such file or directory.

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