We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
:host
:host()
The plugin gives a false positive that :host() can be nested within :host when it can't.
:host { background: hotpink; } :host(.foo) { background: rebeccapurple; }
The file to remain the same.
:host { background: hotpink; &(.foo) { background: rebeccapurple; } }