Skip to content

Ignore sorting of property 'all' #181

Open
@erikbrgn

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions