Skip to content

empty multiline comments are parsed incorrectly #24

@yomed

Description

@yomed

Code with empty multiline comments (/**/) gets parsed incorrectly, and could lead to chunks of CSS getting erased through minification, like this:

/**/
.any-code-here-is-erased {
    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