rem’s avatarrem’s Twitter Archive—№ 78,290

    1. 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)
  1. …in reply to @rem
    Solved with clean-css-cli github.com/clean-css/clean-css-cli - specifically with --format 'breaks:afterRuleEnds=on;'