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

Add Twin Macro Support #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hmajid2301
Copy link

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

Add support for twin.macro support in this plugin.
@Yago
Copy link

Yago commented Feb 24, 2021

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

@LinnJS
Copy link

LinnJS commented Mar 9, 2022

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

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

Successfully merging this pull request may close these issues.

Twin-macro support
3 participants