Skip to content

Instantly share code, notes, and snippets.

@parisminton
Created January 17, 2013 23:06
Show Gist options
  • Save parisminton/4560736 to your computer and use it in GitHub Desktop.
Save parisminton/4560736 to your computer and use it in GitHub Desktop.
Break a minified style sheet string into readable, indented text. Save it to bigify_css.sed and run 'sed -Ef bigify_css.sed < oldfile > newfile'. Boom. Easier to read.
s/}/\
}\
\
/g
s/{/ {\
/g
s/;/;\
/g
s/:/: /g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment