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

styled() with options #40

Closed
ai opened this issue Oct 29, 2018 · 0 comments
Closed

styled() with options #40

ai opened this issue Oct 29, 2018 · 0 comments

Comments

@ai
Copy link
Collaborator

ai commented Oct 29, 2018

let Button = styled(Clickable, { allowAs: true })`
  position: relative;
  display: flex;
})

postcss-jsx parses is as allow-as: true CSS, but it is allowed syntax in astroturf to enable <Button as={Link}>

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

No branches or pull requests

1 participant