-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 selectors with data-* style attributes #14
Comments
http://github.com/cloudhead/less.js/blob/master/lib/less/parser.js#L663 change fixed |
yah, easy fix : ), will take care of shortly. |
cool. thanks! |
fixed. |
this fails:
I guess http://github.com/cloudhead/less.js/blob/master/lib/less/parser.js#L663
should have been |
I'm experiencing the same issue that @zackd explained. |
…ts (since we don't need to include the test code in the rhino source). Also sets the stage for sharing lessc code between lessc and rhino less (issue less#14) and provides a hook so lesscss-java can have custom js.
…ts (since we don't need to include the test code in the rhino source). Also sets the stage for sharing lessc code between lessc and rhino less (issue less#14) and provides a hook so lesscss-java can have custom js.
…ts (since we don't need to include the test code in the rhino source). Also sets the stage for sharing lessc code between lessc and rhino less (issue less#14) and provides a hook so lesscss-java can have custom js.
less.js have problems parsing the following rule, which is a valid HTML5 tag attribute:
form[data-disabled] {
color:#444;
}
The text was updated successfully, but these errors were encountered: