Open vladimirvolek opened 6 years ago
You need to put it in array:
"plugins": [
["postcss-import", {
"path": ["path1", "path2"]
}],
"postcss-each",
"postcss-cssnext"
]
But postcss-import
doesn't work for me, not sure why. I see there's an issue saying that postcss-easy-import
won't work and that plugin uses this under the hood. So I guess that is connected.
Is there any way to configure postcss-import plugin?
Something like
I can see the error that it should be string.