Tailwind-Styled-Component icon indicating copy to clipboard operation
Tailwind-Styled-Component copied to clipboard

css snippet support

Open MrOxMasTer opened this issue 2 years ago • 0 comments

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

MrOxMasTer avatar May 22 '23 11:05 MrOxMasTer

As a workaround, you can do something like

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

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

marco-souza avatar Jun 07 '23 15:06 marco-souza