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
The current CSS4 draft allows us to write selectors like this:
th! [data-sort-active=true] { background-color: #f1f1f1; }
There are polyfills available for browsers that don't support this yet. (which is every single one of them, I guess)
However: LESS won't compile this. It throws an 'Unrecognised input' error. Couldn't this just be ignored?
The text was updated successfully, but these errors were encountered:
In the past we haven't supported css rules until they are implemented in a browser. This stops us implementing stuff that is then changed.
How is it polyfilled?
Sorry, something went wrong.
Closing as duplicate of #1292.
No branches or pull requests
The current CSS4 draft allows us to write selectors like this:
There are polyfills available for browsers that don't support this yet. (which is every single one of them, I guess)
However: LESS won't compile this. It throws an 'Unrecognised input' error.
Couldn't this just be ignored?
The text was updated successfully, but these errors were encountered: