css snippet support
MrOxMasTer opened this issue · 1 comments
MrOxMasTer commented
marco-souza commented
As a workaround, you can do something like
const flag = () => `
mt-20
`
const StyledH1 = tw.h1`
${flag}
`
MrOxMasTer opened this issue · 1 comments
As a workaround, you can do something like
const flag = () => `
mt-20
`
const StyledH1 = tw.h1`
${flag}
`