Closed viveleroi closed 2 years ago
Prefixes kind of ignored to determine an order. Both -moz-osx-font-smoothing
and -webkit-font-smoothing
are treated as font-smoothing
. It makes clear that font-smoothing
should be after color
alphabetically.
So there's no way to force the order we desire (prefixed first, then non-prefixed properties)?
Our app has the following block:
This plugin is warning that the vendor-prefixed properties are out of order, but this is the order we want. I don't see any way to fix this as-is.