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
Description
0.61.2
Steps to Reproduce:
- 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;
}
}
- The
h3
is not colored as a tag:
This is a regression.
Copied from original issue: microsoft/vscode#36923
Metadata
Metadata
Assignees
Labels
No labels