Replies: 1 comment
-
okay figured it out myself. since "compilerOptions": {
"plugins": [
{
"name": "@styled/typescript-styled-plugin",
"lint": {
"validProperties": ["container-type"],
"unknownAtRules": "ignore"
}
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been getting
Unknown at rule @containerts-styled-plugin(9999)
andUnknown property: 'container-type'ts-styled-plugin(9999)
warnings with container queries when using version 6. Does anyone know how to get rid of them?Much appreciated! 🙏
Beta Was this translation helpful? Give feedback.
All reactions