Skip to content

Keep important comments feature doesn't work for comments inside declaration block #60

@denistrator

Description

@denistrator

Input

/* test */
/*! test */
.test {
    /* test */
    /*! test */
    color: #111;
    background-color: #fff;
}

Expected output

/*! test */
.test{/*! test */ color:#111;background-color:#fff}

Actual output

/*! test */
.test{color:#111;background-color:#fff}

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