Skip to content

Instantly share code, notes, and snippets.

@zernel
Created November 20, 2012 07:07
Show Gist options
  • Save zernel/4116514 to your computer and use it in GitHub Desktop.
Save zernel/4116514 to your computer and use it in GitHub Desktop.
Uncompress CSS
cat somefile.css | awk '{gsub(/{|}|;/,"&\n"); print}' >> uncompressed.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment