Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

How to use postcss-assets without special name resolve in css-files? #62

@hvab

Description

@hvab

For example:

body {
  background: url('foobar.jpg');
  background: url('icons/baz.png');
}

convert to

body {
  background: url('/media/patterns/foobar.jpg');
  background: url('/images/icons/baz.png');
}

without resolve.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions