Skip to content

Instantly share code, notes, and snippets.

@JeffreyWay
Created January 6, 2012 02:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JeffreyWay/1568600 to your computer and use it in GitHub Desktop.
Save JeffreyWay/1568600 to your computer and use it in GitHub Desktop.
Run Generated CSS Through Prefixr.com on Save with LiveReload
css="`cat style.css`" && curl -sSd css="$css" http://prefixr.com/api/index.php > style.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment