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

Trouble processing comma separated css classes (.class1, .class2 {}) #2

Open
Ivy4 opened this issue Jul 1, 2019 · 0 comments
Open

Comments

@Ivy4
Copy link

Ivy4 commented Jul 1, 2019

My css has the following:

.class1, .class2 { margin-left:20px; }

When transforming this pattern, no comma is generated between these two object properties:

class1Class: { margin-left:20px;} class2Class: { margin-left:20px;}

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

1 participant