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
@supports selector()
The @supports at-rule now supports the selector() function as of CSS conditionals level 4.
@supports
selector()
Safari, Chromium, Edge, and Firefox have shipped support. The CSS validator and Nu validator fail to parse it.
Contrived test-case:
@supports selector(:focus) { code { display: inherit } }
Real-world test-case: the <style> element for https://seirdy.one/
<style>
The text was updated successfully, but these errors were encountered:
@support selector()
No branches or pull requests
The
@supports
at-rule now supports theselector()
function as of CSS conditionals level 4.Safari, Chromium, Edge, and Firefox have shipped support. The CSS validator and Nu validator fail to parse it.
Contrived test-case:
Real-world test-case: the
<style>
element for https://seirdy.one/The text was updated successfully, but these errors were encountered: