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.
The code highlighting of the VS Code stylelint extension and other projects depend on the CSS properties listed in grammar/css.cson.
Due to missing CSS properties, the highlighting is currently not working for accent-color, ascent-override, descent-override, line-gap-override and size-adjust.
To fix this the properties need to be added to grammar/css.cson.
The text was updated successfully, but these errors were encountered:
Description
The code highlighting of the VS Code stylelint extension and other projects depend on the CSS properties listed in grammar/css.cson.
Due to missing CSS properties, the highlighting is currently not working for
accent-color
,ascent-override
,descent-override
,line-gap-override
andsize-adjust
.To fix this the properties need to be added to grammar/css.cson.
The text was updated successfully, but these errors were encountered: