Open joeybaker opened 9 years ago
I tried to understand the difference between the two, but actually i dont.
A quick search gives 283 results for ‘postcss-’
and https://www.npmjs.com/search?q=rework-
on npmjs
I think i remember that they use the same css parser underneath? ... Does it make sense about the variety of "features" in both eco-systems to compare them and see what they bring to the table?
They're tools that to do pretty much the same thing. rework uses css under the hood (that's the direct competitor to postcss AFAIK).
Good point on a feature comparison.
Plus, we get the benefit of treating autoprefixer as a plugin instead of an additional parse + build step.
sounds great :-)
We're using autoprefixer which is based on postcss. It would be nice to not have to parse the CSS twice – which we could do by switching rework for postcss. https://github.com/postcss/postcss/blob/master/README.md#plugins