-
Notifications
You must be signed in to change notification settings - Fork 463
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
Not all valid attribute selectors are recognized #6
Comments
Fixed. |
This does not seem to be fixed. Certain kinds of attribute selector matching—e.g. Reference: |
this also throws an error
spits out
it seems that http://css2sass.heroku.com/ can correctly parse it, so i'm suspecting its libsass at work here. |
Hmm, seems to be the |
@hcatlin Unfortunately in that case, only people with commit access or the person who opened the issue can re-open it. |
Okay, I pushed a fix to master. Please give it a try! |
Attribute selectors of the form
[attr]
aren't recognized; the parser currently expects to see the attribute matched against a string value (e.g.,[attr="blah"]
).The text was updated successfully, but these errors were encountered: