Open
Description
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?
Metadata
Assignees
Labels
No labels
Activity