-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Feature Request] Add support for sorting the attribute's content #21
Comments
Fyi I think there's an extra plugin for tailwind or something similar. Not that I'm opposed to adding the feature. |
There is indeed prettier-plugin-tailwindcss which might just be what you're looking for. |
Thank you for the link @jeannemas. Unfortunately, it seems there is no equivalent plugin available for bootstrap (twbs/bootstrap#38397). |
And on top of that, Bootstrap prefers not to have any ordering system which is a bummer. I mean generally speaking we all kinda agree that you start with display/layout and then finish off with smaller stuff like colors, emphasis, shadows are somewhere in between.. I know code runs just the same no matter the order but I would like to see some consistency - making inline style more readable should not be "low priority" for BS. |
For this template
it would be handy if the plugin automatically sorts the value of the attribute
class
:The text was updated successfully, but these errors were encountered: