Right now Stylestats uses Rework CSS parser. But PostCSS CSS arser may be better:
- It is 1.4 times faster.
- It is much stable. For example, we uses integration tests with GitHub, Twitter and BrowserHacks CSS.
- It has different parsers too. Like postcss-safe-parser for legacy CSS with syntax errors or postcss-scss.
- It has bigger user base, so you will have better support and faster fixes.
Right now Stylestats uses Rework CSS parser. But PostCSS CSS arser may be better: