Skip to content
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

Fix expressions placeholders parsing/validation for external files #227

Merged
merged 6 commits into from
Jun 10, 2017

Conversation

giuseppeg
Copy link
Collaborator

@giuseppeg giuseppeg commented Jun 6, 2017

#223 fixed only one case, this branch aims to fix them all :)

Our safeguard is the t.regex from transpiles external stylesheets with validation in tests/external.js, if that matches then the files are parsed correctly as css and therefore processed by styled-jsx.

Fixes #224

todo

  • update snapshots
  • add more fixtures maybe

@giuseppeg giuseppeg force-pushed the fix-expressions-in-external-files branch from ed2dc14 to 67e28d9 Compare June 9, 2017 18:48
@giuseppeg giuseppeg merged commit 52c9c1e into master Jun 10, 2017
@giuseppeg giuseppeg deleted the fix-expressions-in-external-files branch June 10, 2017 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

External styles break when using className generated with props
1 participant