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
VS Code doesn't suggest allowed properties in transition-behavior:
Expected:
allow-discrete
normal
inherit
initial
revert
revert-layer
unset
Current behavior:
Also the whole line is not colored properly like other properties (in example white instead of blue):
However when typing "transition-behavior" VS Code properly suggest that property:
Proper suggestions should be as follow (allow-discrete or normal)
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-behavior
Transition-behavior is Baseline 2024 so every major browser supports it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VS Code doesn't suggest allowed properties in transition-behavior:
Expected:
allow-discrete
normal
inherit
,initial
,revert
,revert-layer
,unset
;Current behavior:
Also the whole line is not colored properly like other properties (in example white instead of blue):
However when typing "transition-behavior" VS Code properly suggest that property:
Proper suggestions should be as follow (
allow-discrete
ornormal
)Source: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-behavior
Transition-behavior is Baseline 2024 so every major browser supports it.
The text was updated successfully, but these errors were encountered: