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

[Sass|SCSS] Extra comma with selectors causes parse error #238

Open
bgriffith opened this issue Nov 8, 2016 · 0 comments
Open

[Sass|SCSS] Extra comma with selectors causes parse error #238

bgriffith opened this issue Nov 8, 2016 · 0 comments

Comments

@bgriffith
Copy link
Collaborator

bgriffith commented Nov 8, 2016

The code below is valid in Sass, but not CSS. No surprises, this will give a parser error 😑

div,, , span, ,, {
  color: red;
}

https://github.com/sass/sass-spec/blob/master/spec/basic/36_extra_commas_in_selectors/input.scss

@bgriffith bgriffith changed the title [Sass-spec] Extra comma with selectors causes parse error [Sass-spec][SCSS] Extra comma with selectors causes parse error Nov 8, 2016
@bgriffith bgriffith changed the title [Sass-spec][SCSS] Extra comma with selectors causes parse error [SCSS] Extra comma with selectors causes parse error Nov 8, 2016
@bgriffith bgriffith changed the title [SCSS] Extra comma with selectors causes parse error [Sass|SCSS] Extra comma with selectors causes parse error Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant