You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Reported the issue on vscode, been told it has to do with this repo so i'm reposting it here.
The background property under transition is showing up under the invalid.deprecated.color.system.css scope, which makes it show up as an error.
Prerequisites
I don't actually use Atom so I haven't run some of the following:
Description
Reported the issue on vscode, been told it has to do with this repo so i'm reposting it here.
The
background
property undertransition
is showing up under theinvalid.deprecated.color.system.css
scope, which makes it show up as an error.Steps to Reproduce
css
fileAlternatively :
background
Expected behavior:
Should not show as deprecated/invalid because the
background
property is animatable and not deprecated: MDN docs | W3C docs.Actual behavior:
The
background
property undertransition
is showing up under theinvalid.deprecated.color.system.css
scope, which makes it show up as an error.Reproduces how often:
100%
Additional Information
microsoft/vscode#150057
The text was updated successfully, but these errors were encountered: