Skip to content

The rule replaces keywords in normal url in background-image with initial value #52

Open
@JodoZT

Description

@JodoZT

value: value.replace(/\binitial\b/g, rule.initial)

For example I have the following rule:

.test {
    background-image: url("./initial-image/foo.png");
}

This will be replaced with:

.test {
    background-image: url("./none-image/foo.png");
}

This causes error.

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