A common way to unset default styling is by using the property all with the value unset. This is especially useful for resetting any default styling provided by browsers to elements such as button and input, which then makes it possible to provide your own styling. However, the alphabetical ordering of properties does not allow you to keep all: unset as the first property resulting in any other properties, such as align-items being placed before all: unset therefore making it useless.
Perhaps all: unset should be exempt from the sorting?
A common way to unset default styling is by using the property
allwith the valueunset. This is especially useful for resetting any default styling provided by browsers to elements such asbuttonandinput, which then makes it possible to provide your own styling. However, the alphabetical ordering of properties does not allow you to keepall: unsetas the first property resulting in any other properties, such asalign-itemsbeing placed beforeall: unsettherefore making it useless.Perhaps
all: unsetshould be exempt from the sorting?