shufo / blade-formatter

An opinionated blade template formatter for Laravel that respects readability
https://www.npmjs.com/package/blade-formatter
MIT License
456 stars 25 forks source link

[Feature]: How is tailwind sorted? #846

Closed bilogic closed 1 year ago

bilogic commented 1 year ago

Description

https://tailwindcss.com/blog/automatic-class-sorting-with-prettier#how-classes-are-sorted

Like to ask if the sorting logic is based on the link above

Suggested Solution

If not, possible to sort based on the official recommendation?

Alternatives

No response

Additional Context

No response

shufo commented 1 year ago

Yes, It's same as tailwindcss.com/blog/automatic-class-sorting-with-prettier#how-classes-are-sorted

bilogic commented 1 year ago

Thank you!