I believe the ::v-deep selector is not supported by the syntax highlighter in Vetur.


.checkbox-small.ui-checkbox {
margin: 0;
font-size: 1em;
align-self: center;
::v-deep .ui-checkbox__checkmark {
height: 1rem;
width: 1rem;
margin-top: 0.2rem;
}
::v-deep .ui-checkbox__label-text {
font-size: 1em;
margin-left: 0.15em;
}
}
.nav-wrapper {
width: 0;
::v-deep .positioned {
background: $light;
right: $vuebar-width;
width: 175px;
@include pseudo;
&::after {
left: 100%;
background: $light;
width: $vuebar-width;
}
}
}
Our team is also experiencing this issue.
Upstream issue: https://github.com/atom/language-sass/issues/254
Issue still occurs
$vdeep: "::v-deep"
#{$vdeep} .subclass {
// ...
}
Most helpful comment
Our team is also experiencing this issue.