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

Plus (+) as a CSS selector not recognised as such #431

Closed
paazmaya opened this issue Jul 2, 2014 · 3 comments
Closed

Plus (+) as a CSS selector not recognised as such #431

paazmaya opened this issue Jul 2, 2014 · 3 comments

Comments

@paazmaya
Copy link
Contributor

paazmaya commented Jul 2, 2014

Having the following Sass:

.selector-0
  + .selector-1
    color: rebeccapurple

The following error is printed, while using the latest dev versions of grunt-sass, node-sass, libsass and sass2scss:

testing.sass:2: error: invalid name in @include directive

The + is in this case mistakenly expected to be mixin call, while it is not.

Again, might be an issue in the sass2scss side, but here it is for book keeping.

@paazmaya
Copy link
Contributor Author

paazmaya commented Jul 2, 2014

@mgreter
Copy link
Contributor

mgreter commented Jul 2, 2014

This should be fixed by mgreter/sass2scss@f2a044b (Test cases: mgreter/perl-libsass@80733a2)

@paazmaya
Copy link
Contributor Author

paazmaya commented Jul 3, 2014

Indeed it has been fixed, thank you @mgreter

@paazmaya paazmaya closed this as completed Jul 3, 2014
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

2 participants