Closed
Description
I have the following code snippet in a NUXT project:
.item-icon {
height: 1.6rem;
&-sm {
height: 1rem;
}
@container (max-height: 100px) {
display: none;
}
}
</style>
And @container
is being flagged with Unknown at rule @containerscss(unknownAtRules)
. The expected behavior is nothing being flagged, as the code runs as expected.
This problem only applies when the rule is nested
Metadata
Metadata
Assignees
Labels
No labels