Skip to content

Incorrect URL rebasing #78

@jack-fitzgibbon

Description

@jack-fitzgibbon
  • Using command cleancss --with-rebase src/scss/index.css -o dist/main.min.css.
  • A URL within /src/scss/modules/_component.scss is being re-based incorrectly.
  • CSS: url("../../assets/icons/icon-chevron.svg");
  • Rebases to: url("../assets/icons/icon-chevron.svg");
  • Should rebase to: url("assets/icons/icon-chevron.svg");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions