-
Notifications
You must be signed in to change notification settings - Fork 83
Invariant Violation: "//" is not a valid style property. #133
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
Comments
Closing this and opening in styled-components/styled-components instead. Feel free to reopen if it should be handled here. |
Would it make sense to handle parsing of comments in this repository? I opened a PR with a failing test in styled-components - but @kitten thought it should be handled here. |
Have a look at the API for this project - we only parse individual CSS properties and values as strings To support this, it would need to be done at the CSS parser level. Also note that |
Cool! I agree - just wanted to make sure :) |
Yields:
StackTrace:
Relevant dependencies:
The text was updated successfully, but these errors were encountered: