Open
Description
Version
System:
OS: macOS 15.5
CPU: (8) arm64 Apple M2
Memory: 1.23 GB / 16.00 GB
Shell: 5.9 - /bin/zsh
Browsers:
Chrome: 137.0.7151.120
Safari: 18.5
npmPackages:
@rsbuild/core: ^1.3.22 => 1.3.22
@rsbuild/plugin-sass: ^1.3.2 => 1.3.2
@rsbuild/plugin-vue2: ^1.0.3 => 1.0.3
Details
When using @rsbuild/plugin-sass
, styles for compound selectors that include ::v-deep
are missing in the compiled CSS output. This happens when ::v-deep
is used together with other class selectors in a compound selector.
Reproduce link
Reproduce Steps
Steps to Reproduce:
- Use a compound selector with repeated class names in a
.scss
file, for example:
.b{
font-size: 21px
}
.b, .from deep(.a){
color: red;
}
- Check the compiled CSS output.
Metadata
Metadata
Assignees
Labels
No labels