Skip to content

CSS custom properties are prepended with path #680

Description

@mauskin

When url uses custom property it is prepended with a path so that this

background-image: url(var(--nice-view));

turns to

background-image: url(/path/to/css/var(--nice-view));

Is there a way to avoid this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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