Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider switching from rework to postcss #44

Open
joeybaker opened this issue May 1, 2015 · 3 comments
Open

Consider switching from rework to postcss #44

joeybaker opened this issue May 1, 2015 · 3 comments

Comments

@joeybaker
Copy link
Contributor

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

@serapath
Copy link
Contributor

serapath commented May 3, 2015

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?

@joeybaker
Copy link
Contributor Author

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.

@serapath
Copy link
Contributor

serapath commented May 5, 2015

sounds great :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants