Skip to content
This repository has been 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

Open
hvab opened this issue Nov 15, 2016 · 2 comments
Open

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

hvab opened this issue Nov 15, 2016 · 2 comments

Comments

@hvab
Copy link

hvab commented Nov 15, 2016

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.

@artemjackson
Copy link

No answer for 4 years ?! O_O

@artemjackson
Copy link

PR is here #65

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants