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

css snippet support #95

Open
MrOxMasTer opened this issue May 22, 2023 · 1 comment
Open

css snippet support #95

MrOxMasTer opened this issue May 22, 2023 · 1 comment

Comments

@MrOxMasTer
Copy link

Hello, I would like to know. Will there be support for css fragments from styled components or some equivalent? Very simply this is not enough

image
image

@marco-souza
Copy link

As a workaround, you can do something like

const flag = () => `
  mt-20
`

const StyledH1 = tw.h1`
  ${flag}
`

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

2 participants