Created
January 17, 2013 23:06
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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