Skip to content

CSS pseudo-class function selectors not highlighted inside media queries #20

@jsit

Description

@jsit
@media (min-width: $bp-medium-min) {
  :is(.class--modifier) {
    /* not correctly highlighted */
  }

  :not(test) {
    /* not correctly highlighted */
  }

  :last-child {
    /* correctly highlighted */
  }
}

:is(.class--modifier) {
  /* correctly highlighted */
}

:not(test) {
  /* correctly highlighted */
}

:last-child {
  /* correctly highlighted */
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions