Skip to content
This repository has been 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 opened this issue Oct 26, 2017 · 3 comments
Closed

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

aeschli opened this issue Oct 26, 2017 · 3 comments

Comments

@aeschli
Copy link
Contributor

aeschli commented Oct 26, 2017

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

@50Wliu
Copy link
Contributor

50Wliu commented Oct 26, 2017

Thanks, looks like we lack enough spec coverage for nested selectors.

@smlombardi
Copy link

@50Wliu When is this fix going to filter down to VSCode insiders?

@50Wliu
Copy link
Contributor

50Wliu commented Nov 8, 2017

@smlombardi That is a question you should be asking VSCode maintainers, not me :).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants