Open
Description
postcss-initial/lib/rules-fabric.js
Line 70 in 8eaf8fb
For example I have the following rule:
.test {
background-image: url("./initial-image/foo.png");
}
This will be replaced with:
.test {
background-image: url("./none-image/foo.png");
}
This causes error.
Metadata
Metadata
Assignees
Labels
No labels