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
While margin-left is highlighted as known property (red), margin-block-start, margin-block-end and many other newer CSS properties are not highlighted as known properties.
Note: margin-block-start, ... are offered in VS Code intellisense properly, even with a tooltip.
Expected behavior:
margin-block-start, margin-block-end should be highlighted the same way as other known properties (i.e. red).
Environment information:
Stylus extension version: v1.16.0
VSCode version: 1.77
operating system: Windows
The text was updated successfully, but these errors were encountered:
To reproduce:
Current behavior:
While
margin-left
is highlighted as known property (red),margin-block-start
,margin-block-end
and many other newer CSS properties are not highlighted as known properties.Note:
margin-block-start
, ... are offered in VS Code intellisense properly, even with a tooltip.Expected behavior:
margin-block-start
,margin-block-end
should be highlighted the same way as other known properties (i.e. red).Environment information:
Stylus extension
version: v1.16.0VSCode
version: 1.77The text was updated successfully, but these errors were encountered: