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

Enable Support for Template Literal #67

Closed
kentcdodds opened this issue Mar 18, 2020 · 5 comments
Closed

Enable Support for Template Literal #67

kentcdodds opened this issue Mar 18, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@kentcdodds
Copy link

Describe the bug

Headwind will not sort these:

export function FormGroup({className = '', ...props}) {
  return <div className={`flex-col flex ${className}`} {...props} />
}

To Reproduce

Open a JSX file in a Tailwind-enabled project, copy/paste that code and hit save and notice it is not sorted.

Expected behavior

I expect it to be sorted.

Desktop (please complete the following information):

  • OS: macOS
@heybourn heybourn added the bug Something isn't working label Mar 22, 2020
@petertriho
Copy link
Contributor

Fixed in #109

@kentcdodds
Copy link
Author

Thanks!

@boompikachu
Copy link

boompikachu commented May 27, 2021

@petertriho Is this fix? I still got the same problem with the newest version

@petertriho
Copy link
Contributor

petertriho commented May 27, 2021

@boompikachu it has been fixed but @ryanhhhh seems to be busy and has not been able to release it to the vscode marketplace yet.

If you want, you can have a look at manually installing the update #122

@boompikachu
Copy link

Thanks @petertriho

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants