We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4348c8f commit 22b2b06Copy full SHA for 22b2b06
README.md
@@ -128,7 +128,8 @@ postcss(url([
128
'copy',
129
{
130
// copy images to /path/to/build/images
131
- // since the final css file is /path/to/build/css/style.css, url is set to ../images/octocat_setup.84f6371.png
+ // since the final css file is /path/to/build/css/style.css,
132
+ // url is set to ../images/octocat_setup.84f6371.png
133
assetOutFolder: '/path/to/build/images',
134
135
// rename images like octocat_setup.84f6371.png
0 commit comments