Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

CSSUtils.getInfoAtPos() ignores prefixes #6861

@redmunds

Description

@redmunds

Recipe

    .test {

    }
  1. In a CSS stylesheet, start with rule above
  2. Put cursor inside rule and type -xxx-
  3. Then type tr and hit Enter to select transform

Results:
a. After step 2, the list of CSS properties is displayed
b. After step 3, the values for CSS transform property are displayed
c. transform has CSS property syntax coloring, but -xxx- does not

Expected: should not show any CSS property hint after step 2 and step 3.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions