Describe the bug
Does not remove the trailing space after the last class inside the class attribute. For example,
<a href="#" class="border-r border-gray-900 sm:h-10 md:h-12 ">
^extra space
To Reproduce
Add a space after the last class inside the class attribute and run the extension.
Expected behavior
This space should be removed. Especially since the extension already removes the leading spaces before the first class and the extra spaces between them. Seems like this is reasonable expectation.
Describe the bug Does not remove the trailing space after the last class inside the class attribute. For example,
To Reproduce Add a space after the last class inside the class attribute and run the extension.
Expected behavior This space should be removed. Especially since the extension already removes the leading spaces before the first class and the extra spaces between them. Seems like this is reasonable expectation.
Screenshots Before: After: