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

Cascading doesn't work with compound specifiers #4

Closed
jasom opened this issue Mar 11, 2012 · 1 comment
Closed

Cascading doesn't work with compound specifiers #4

jasom opened this issue Mar 11, 2012 · 1 comment

Comments

@jasom
Copy link
Contributor

jasom commented Mar 11, 2012

It looks like the support for specifiers like (:hover :a) is minimal, but:

(css-lite:css ((:a (:hover :a)) (:float "none") ((:section) (:float :left))))
->
"
a a:hover {
float:none;
}

a hover a section {
float:left;
}
"

paddymul added a commit that referenced this issue Mar 12, 2012
Fix for Issue #4.  Thanks Jasom.
@jasom
Copy link
Contributor Author

jasom commented Mar 15, 2012

Fixed

@jasom jasom closed this as completed Mar 15, 2012
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