CSScomb
JSON →CSScomb is a coding style formatter for CSS, specialized in sorting CSS properties in a customizable order. The current stable version is 4.3.0, released in 2019, with no newer releases since. It is based on the Gonzales PE CSS parser and supports Node.js >= 6.0.0. Key differentiators: property sorting by predefined or custom order, multiple configuration methods (JSON config file, CSS template, predefined configs), and both CLI and Node.js API usage. Unlike general beautifiers, CSScomb focuses on property ordering to enforce consistent style across projects.