Skip to content

Whitespace between property name and colon (:) is not removed #3

@gerritgriebel

Description

@gerritgriebel

IMHO, this

.hide-for-print {
    display             : none;
}

should become

.hide-for-print {
    display: none;
}

Metadata

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