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

Illegal 'comma' with comma separated rules #148

Open
atreya opened this issue Nov 17, 2011 · 0 comments
Open

Illegal 'comma' with comma separated rules #148

atreya opened this issue Nov 17, 2011 · 0 comments

Comments

@atreya
Copy link

atreya commented Nov 17, 2011

When the input to lessify is the following comma-separate CSS rules:

.post_status,
.post_status a {
color: #999;
}

The LESS output from lessify is:

.post_status {
, a {
color:#999999;
}
}

Note the illegal 'comma' before 'a' on line 2 in the output.
That comma should not be there (this is illegal LESS syntax).

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