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
Complexity: 2
Ref: microsoft/vscode-css-languageservice#68
CSS properties has been added to css language service to enhance various language features.
{ "experimental": [ "appearance", "backdrop-filter", "font-variation-settings", "initial-letter", "initial-letter-align", "line-height-step", "mask-border", "mask-border-mode", "mask-border-outset", "mask-border-repeat", "mask-border-slice", "mask-border-source", "mask-border-width", "offset", "offset-anchor", "offset-distance", "offset-path", "offset-position", "offset-rotate", "text-decoration-skip", "text-decoration-skip-ink", "text-size-adjust" ], "nonstandard": [ "-moz-binding", "-moz-context-properties", "-moz-float-edge", "-moz-force-broken-image-icon", "-moz-image-region", "-moz-orient", "-moz-outline-radius", "-moz-outline-radius-bottomleft", "-moz-outline-radius-bottomright", "-moz-outline-radius-topleft", "-moz-outline-radius-topright", "-moz-stack-sizing", "-moz-text-blink", "-moz-user-input", "-moz-user-modify", "-moz-window-dragging", "-moz-window-shadow", "-webkit-border-before", "-webkit-border-before-color", "-webkit-border-before-style", "-webkit-border-before-width", "-webkit-mask", "-webkit-mask-attachment", "-webkit-mask-composite", "-webkit-mask-position", "-webkit-mask-position-x", "-webkit-mask-position-y", "-webkit-mask-repeat-x", "-webkit-mask-repeat-y", "box-align", "box-direction", "box-flex", "box-flex-group", "box-lines", "box-ordinal-group", "box-orient", "box-pack", "overflow-clip-box", "overscroll-behavior", "overscroll-behavior-x", "overscroll-behavior-y", "scroll-snap-type-x", "scroll-snap-type-y" ], "obsolete": [], "standard": [ "gap", "hanging-punctuation", "image-resolution", "mask", "mask-clip", "mask-composite", "place-content", "rotate", "row-gap", "ruby-merge", "scale", "text-combine-upright", "text-emphasis", "text-emphasis-color", "text-emphasis-position", "text-emphasis-style", "transform-box", "translate" ] }
Please verify:
experimental
obsolete
nonstandard
overscroll-behavior
font-display
backdrop-filter
inherit
initial
unset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Complexity: 2
Ref: microsoft/vscode-css-languageservice#68
CSS properties has been added to css language service to enhance various language features.
A list of added properties
Please verify:
experimental
,obsolete
andnonstandard
properties show warning in their documentation and the display is fine.overscroll-behavior
: [css] Unknown property: 'overscroll-behavior' #46866font-display
: [css] Add support for 'font-display' CSS property #46423backdrop-filter
: [css] add backdrop-filter (experimental) #27204inherit
,initial
andunset
. This is a known limitation.The text was updated successfully, but these errors were encountered: