vscode-styled-components icon indicating copy to clipboard operation
vscode-styled-components copied to clipboard

Multiple Errors generated for one position in code

Open ryuujo1573 opened this issue 3 years ago • 0 comments

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)

  • OS: macOS Monterey 12.5.1 (Darwin 21.6.0), ssh-remote: Ubuntu 20.04 LTS
  • VSCode Version: 1.72.2 (d045a5eda657f4d7b676dedbfa7aab8207f8a075) arm64
  • Extension Version v1.7.5

ryuujo1573 avatar Oct 15 '22 13:10 ryuujo1573