styled-components / vscode-styled-components

Syntax highlighting for styled-components
MIT License
917 stars 118 forks source link

Multiple Errors generated for one position in code #382

Open ryuujo1573 opened 2 years ago

ryuujo1573 commented 2 years ago

Describe the bug (including copyable syntax)

image
&>*:hover::after {
    counter-reset: score var(--score) scoreMax var(--score-max);
    content: counter(score)" / "counter(scoreMax);
    opacity: 1;
}

also, the @property --var syntax is marked with warning:

Unknown at-rule @property. ts-styled-plugin(9999)