Skip to content

Some CSS doesn't get parsed right #13

@markoheijnen

Description

@markoheijnen

I was testing CSS minifies out and for CSSqueeze the following parts break the CSS. I used bootstrap 4.0.0 alpha 2 to testing things out.

background-image: url("data:image/svg+xml;base64,PHN2ZyB4b...");
becomes
background-image : url(data;

filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
becomes
filter : "progid;

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