Skip to content

Analyze Dependencies in Custom Properties #81

@jamiebuilds

Description

@jamiebuilds

Given a custom property containing a url(), right now Parcel CSS does not return it when analyzing dependencies.

:root {
  --hero-background: #000 url(hero-image.jpeg); /* no dependency reported */
}

.hero {
  background: var(--hero-background);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions