-
Is there a command line tool that I can pipe a CSS file into it and out comes *specifically* one line per selector? (the one line thing is a specific requirement of something else I'm doing)
-
Solved with clean-css-cli github.com/clean-css/clean-css-cli - specifically with
--format 'breaks:afterRuleEnds=on;'