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 issue is here, partly it';s related to ST4 too. atom/language-css#194
The snippet is
div { /* Non-experimental properties */ border-block: initial; border-block-color: initial; border-block-style: initial; border-block-width: initial; border-inline: initial; border-inline-color: initial; border-inline-style: initial; border-inline-width: initial; color-scheme: initial; content-visibility: initial; counter-set: initial; forced-color-adjust: initial; offset-rotate: initial; print-color-adjust: initial; text-decoration-thickness: initial; text-underline-offset: initial; /* Experimental properties */ inherits: initial; math-style: initial; overflow-clip-margin: initial; syntax: initial; /* Behind experimantal flag */ align-tracks: initial; animation-timeline: initial; justify-tracks: initial; line-height-step: initial; /* Not implemented in any browser */ margin-trim: initial; masonry-auto-flow: initial; /* Deprecated */ viewport-fit: initial; /* No MDN docs */ block-overflow: initial; /* I think this has been renamed to `overflow-block` */ input-security: initial; /* svg */ vector-effect: initial; /* no compatibility table on MDN, but works on chrome */ }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What happened?
The issue is here, partly it';s related to ST4 too.
atom/language-css#194
The snippet is
The text was updated successfully, but these errors were encountered: