Closed
Description
Info
- Platform: Windows 10
- Vetur version: 0.24.0
- VS Code version: 1.45.1
Problem
at-rule or selector expectedcss(css-ruleorselectorexpected) validation error display for styles beginning ">>>"
Reproducible Case
Create a .vue file with the following style block:
<style scoped>
>>> .foo { display: block; }
</style>
Open the file in VS Code - you will see the error "at-rule or selector expectedcss(css-ruleorselectorexpected)"
Disable the Veture > Validation: Style setting and reload VS Code - the error will no longer be present.