-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: styled-jsx-postcss support #6
Comments
Hello, i just published new version, check it out, should work out for styled jsx now as well, but without intellisense and color decorators |
Thanks. It is work fine! But now I want more features: intellisense and color decorators. :) Also I found bug when press [CTRL]+[/] - JSX-comment instead of CSS-comment: <style jsx>{`
{/*.hello { color: red }*/}
`}</style> |
Closing since main issue (i.e. syntax support for styled jsx) was solved and for the other ones i opened separate issues |
Please add support of styled-jsx-postcss.
Example app with styled-jsx-postcss:
Also we have vscode-styled-jsx without support of postcss.
The text was updated successfully, but these errors were encountered: