Skip to content

minify-css: custom tags in style tag #664

@Eun

Description

@Eun

Minifing following html code with --collapse-whitespace and --minify-css

<div style="background: url(images/<% image %>)"></div>

Generates:

<div style="background:url(images/ <% image %>)"></div>

Notice the space between images/ and <% image %>

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