Closed sunknudsen closed 1 year ago
I have the same problem. whenever I write in a media query, auto complete does not work!
Following the documentation write inside the CSS tag https://github.com/Microsoft/typescript-styled-plugin#tags
however, when I write inside a media, nothing works!
Closing as this package has been deprecated in favor of the official styled-components/typescript-styled-plugin fork
After updating to that fork, follow up in the styled-components repo if this is still an issue
I use the vscode-styled-components plugin which relies on typescript-styled-plugin.
In the following example, the first
foo: 40px;
throws a validation error, but not the second. Is this a known limitation or a bug?