Skip to content

clean-css confuses IDs and property names #59

@Wilfred

Description

@Wilfred

Minifying the following:

#content {}

#foo {
    content: "\00BB  ";
}

(note two trailing spaces)

Produces:

#content{}#foo{content:"\00BB "}

with only one trailing space. Changing the ID name fixes this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions