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

Comment after a selector and a comma causes an error #1022

Closed
mgol opened this issue Apr 1, 2015 · 2 comments
Closed

Comment after a selector and a comma causes an error #1022

mgol opened this issue Apr 1, 2015 · 2 comments

Comments

@mgol
Copy link

mgol commented Apr 1, 2015

The following SCSS:

button, /* 1 */
div {
    top: 10px;
}

causes an error:

>> invalid top-level expression
>>   Line 1  Column 1  app/core-styles/_normalize.scss

node-sass 3.0.0-beta.4. Ruby Sass parses it fine.

Related: #890, #1021.

@mgreter
Copy link
Contributor

mgreter commented Apr 1, 2015

Already fixed in latest master and 3.2.0-beta.4 (node-sass 3.0.0-beta.4 uses libsass 3.2.0-beta.2) !

@mgreter mgreter closed this as completed Apr 1, 2015
@mgol
Copy link
Author

mgol commented Apr 1, 2015

Great, thanks! :)

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