styled-components / vscode-styled-components

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

Unknown property `container-type`. #443

Open CarcajadaArtificial opened 6 months ago

CarcajadaArtificial commented 6 months ago

Hello! Thanks for this awesome plugin. I found that the property container-type isn't known in the plugin, and the README file says to report an issue in these cases.

image

Thank you

CarcajadaArtificial commented 6 months ago

Oh by the way, the @container at-rule is also missing.

image
akin-fagbohun commented 5 months ago

@CarcajadaArtificial - As an aside, were you able to get a working implementation for @container?

eldh commented 5 months ago

Looks like this would be solved by updating typescript-styled-plugin to 1.0.1.

ahoisl commented 5 months ago

I guess #439 would handle that already

CarcajadaArtificial commented 5 months ago

Looks like this would be solved by updating typescript-styled-plugin to 1.0.1.

This is incorrect, I checked and I have the current latest version (v1.7.8).

jasonwilliams commented 5 months ago

Are these rules actually supported upstream? The VSCode css language service still has the issue open for container https://github.com/microsoft/vscode-css-languageservice/issues/329

We tried before updating the language service and we still had the issue