Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
PostCSS 1.0: Framework for CSS post-processors with full source map support (github.com/ai)
6 points by iskin on June 23, 2014 | hide | past | favorite | 3 comments


I'm a huge fan of Sass. In fact I taught myself web development with Sass/Bones, so writing in pure CSS makes me feel kind of like a caveman making a fire. I 'get' why Sass and other preprocessors will make my life easy. I don't 'get' why a postprocessor will make my life easy...


I use Sass with postprocessors. They are not enemies. Sass and preprocessors are better to fix CSS syntax. Postprocessors are better for some automatically task, like autoprefixing, media queries packing, polyfills, etc.

Unfortunately, Sass is not so flexible as JS. Even simple things require a lot of code. And a lot of task is just impossible on Sass (for example, Autoprefixer, RTLCSS).


The main page has as fairly detailed writeup on that topic:

https://github.com/ai/postcss

For me auto-prefixing and RTL flipping are the big ones.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: