Is there a standard CSS beautifier/formatter tool? I want to diff the CSS rules for a few different pages and need a standard format to make the diff usable.
@getajobmike I think most frontend folks would suggest using Prettier…it’s pretty straightforward to use from the command line via Node: https://prettier.io/docs/cli
CLI · Prettier

Use the prettier command to run Prettier from the command line.

@jaredwhite @getajobmike Stylelint will also help if you want to normalise things like property order.