Closed schoenwaldnils closed 8 years ago
We're not passing any options to postcss in the way you're using them. We can though, perhaps a postcss config object would help.
Hm, I think I don't really get what you mean :/ I know how to use postcss-plugins and configure them. But how do I define the postcss config object?
I meant we'd need to add the ability to pass options to postcss itself, currently you can't. I can add a map
option at least, so that you can use that.
Ah ^^ Looking forward to it! Thank you
currently you can't. I can add a map option at least, so that you can use that.
I'd say let's find a way to pass postcss
options rather than add the single one.
I'd say let's find a way to pass postcss options rather than add the single one.
+1 seems more logical to me too all or nothing :D
I tried to generate a .map file https://github.com/postcss/postcss/blob/master/docs/source-maps.md
package.json:
suitcss.js:
Cant figure out where I am wrong. Any idea?