language-stylus icon indicating copy to clipboard operation
language-stylus copied to clipboard

margin-block-start, margin-block-end not highlighted

Open xmedeko opened this issue 3 years ago • 0 comments

To reproduce:

ul
    margin-left 0
    margin-block-start 0
    margin-block-end 0

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.0
  • VSCode version: 1.77
  • operating system: Windows

xmedeko avatar Apr 16 '23 19:04 xmedeko