eslint-plugin-tailwind icon indicating copy to clipboard operation
eslint-plugin-tailwind copied to clipboard

Add Twin Macro Support

Open hmajid2301 opened this issue 3 years ago • 2 comments

Added twin.macro support to this plugin so we can lint code like:

tw.div`flex mt-2`

const hoverStyles = css`
  &:hover {
    border-color: black;
    ${tw`text-black`}
  }
`

Fixes #3

hmajid2301 avatar Sep 30 '20 23:09 hmajid2301

@Idered Can we do something to help this PR to be merged and released?

Yago avatar Feb 24 '21 08:02 Yago

Kinda sad to see this feature sit, is there a reason this has not been adopted?

LinnJS avatar Mar 09 '22 17:03 LinnJS