Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

SCSS: Tags nested inside rules are not styled as tags #237

Closed
@aeschli

Description

@aeschli

0.61.2

Steps to Reproduce:

  1. Using code such as
.showcase-modal_overview_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
  h3 {
    margin: 0 0 -7px;
  }
}
  1. The h3 is not colored as a tag:

screen shot 2017-10-25 at 2 12 52 pm

This is a regression.

Copied from original issue: microsoft/vscode#36923

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions