Open JoCa96 opened 1 month ago
There is a false positive for the rule vue-scoped-css/no-parsing-error, when using SCSS and the Property Declaration Nesting feature.
vue-scoped-css/no-parsing-error
<style lang="scss"> // <-- Parsing error: Expected a pseudo-class or pseudo-element. eslint(vue-scoped-css/no-parsing-error) h1 { border: { style: solid; width: 2px; color: red; } } </style>
There is a false positive for the rule
vue-scoped-css/no-parsing-error
, when using SCSS and the Property Declaration Nesting feature.