You could say the first example is just incorrect use of css (which is correct), but in my opinion that should not be the responsibility of this extension, and I am sure there are other edge cases in which order matters that are perfectly valid.
I propose to have a wild-card in properties-order, p.ex padding* (syntax open for debate) so you could do something like
results in a different lay-out then
You could say the first example is just incorrect use of css (which is correct), but in my opinion that should not be the responsibility of this extension, and I am sure there are other edge cases in which order matters that are perfectly valid.
I propose to have a wild-card in properties-order, p.ex
padding*
(syntax open for debate) so you could do something likewhich would order
into
leaving the order of the paddings intact.