Describe the bugprependCustomClasses to true should order custom classes before the others.
When I modify the settings to "headwind.prependCustomClasses": true (or when I check the chekbox in the extension settings), my custom class is pushed at the end :
This is what I type :
class="pre-footer py-40"
This is headwind's result :
class="py-40 pre-footer"
"headwind.prependCustomClasses": true and "headwind.prependCustomClasses": false produce the exact same result : my custom class is pushed at the end.
Desktop (please complete the following information):
Describe the bug
prependCustomClasses
totrue
should order custom classes before the others.When I modify the settings to
"headwind.prependCustomClasses": true
(or when I check the chekbox in the extension settings), my custom class is pushed at the end :This is what I type :
This is headwind's result :
"headwind.prependCustomClasses": true
and"headwind.prependCustomClasses": false
produce the exact same result : my custom class is pushed at the end.Desktop (please complete the following information):