We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is my test lessText (notice the comma in the attribute-selector's value):
lessText
div[data-test='foo,bar'] { cursor: default; }
Calling Less.compile(null, lessText, false) results in the following invalid output:
Less.compile(null, lessText, false)
div[data-size='foo, bar'] { cursor: default; }
The text was updated successfully, but these errors were encountered:
3d49192
Does not split a selector inside of quotes. fix #30
15af041
No branches or pull requests
This is my test
lessText
(notice the comma in the attribute-selector's value):Calling
Less.compile(null, lessText, false)
results in the following invalid output:The text was updated successfully, but these errors were encountered: