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

[css|scss] Add trailing comma support for selectors #237

Merged
merged 2 commits into from
Sep 2, 2017

Conversation

bgriffith
Copy link
Collaborator

@bgriffith bgriffith commented Nov 7, 2016

This PR adds support for trailing commas in selectors (#134)

h1, {
  content: 'foo';
}

Closes #134


It does not add support for the Sass syntax as I'm having trouble differentiating the following:

h1,
  property:value

h1,
  selector:pseudoClass

Open to suggestions and thoughts

@bgriffith bgriffith changed the title [scss] Add trailing comma support for selectors [SCSS] Add trailing comma support for selectors Nov 7, 2016
@bgriffith bgriffith force-pushed the feature/trailing-comma branch from f0cfa7e to c25788c Compare August 15, 2017 23:44
@bgriffith bgriffith force-pushed the feature/trailing-comma branch from c25788c to 179017b Compare September 2, 2017 13:02
@bgriffith bgriffith changed the title [SCSS] Add trailing comma support for selectors [css|scss] Add trailing comma support for selectors Sep 2, 2017
@bgriffith bgriffith merged commit 78b3006 into tonyganch:dev Sep 2, 2017
@bgriffith bgriffith deleted the feature/trailing-comma branch September 2, 2017 15:45
Repository owner deleted a comment Aug 29, 2019
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

Successfully merging this pull request may close these issues.

SCSS regressions from v3.0.0
1 participant