-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
Less source code
.faq-desc :deep(.ui-collapse) {
&-item-content {
border-bottom-width: 0;
}
}Compile into CSS
.faq-desc :deep(.ui-collapse) {
border-bottom-width: 0;
}
.faq-desc :deep(.ui-collapse)-item-content {
border-bottom-width: 0;
}Will report an error,in "lightningcss": "^1.28.2",
import { transform } from 'lightningcss';
transform({
filename: 'style.css',
code: Buffer.from(`
.faq-desc :deep(.ui-collapse) {
border-bottom-width: 0;
}
.faq-desc :deep(.ui-collapse)-item-content {
border-bottom-width: 0;
}
`),
minify: true,
sourceMap: true
});Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels