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
STR:
Missing closing ')'
/* :is(a, b) */
/* test */
/* ==UserStyle== @name Test Style @namespace testX @version 1.0.0 @author Dev @preprocessor less ==/UserStyle== */ @-moz-document domain("example.com") { :is([foo], [bar] /* :is(a, b) */, [baz]) { color: red !important; } }
The text was updated successfully, but these errors were encountered:
This is a bug in LESS, confirmed by seeing no output in http://lesscss.org/less-preview/ Apparently it doesn't support complex selectors in :is().
:is()
If you want to use LESS you'll have to delete the other selectors after the first [foo]. Try reporting to the original repository.
[foo]
Sorry, something went wrong.
Variable
Reported on LESS here: less/less.js#3622
No branches or pull requests
STR:
/* :is(a, b) */
to/* test */
The text was updated successfully, but these errors were encountered: