-
-
Couldn't load subscription status.
- Fork 44
Open
Description
- VS Code Version: 1.70.2
- SCSS IntelliSense Version: v0.10.0
- Operating System: Windows 11 Version 21H2 Build 22000.856
Reproducible Case:
This SCSS code snippet.
.toc {
#left-col & {
@media screen and (min-width: 960px) {
display: none;
}
}
}Steps to Reproduce:
- Copy-paste the above code snippet.
- Hover over
#left-col &.
Expected: The specificity is calculated as (1, 1, 0).
Actual: The specificity is calculated as (1, 0, 0), ignoring the toc class's specificity.
sephentos
Metadata
Metadata
Assignees
Labels
No labels