Skip to content

Instantly share code, notes, and snippets.

@jedfoster
Last active December 10, 2015 00:08
Show Gist options
  • Save jedfoster/4348560 to your computer and use it in GitHub Desktop.
Save jedfoster/4348560 to your computer and use it in GitHub Desktop.

How to "send" Sass output to your clipboard.

In response to this question on the Sass Google Group I came up with this one-liner to send the compiled CSS to your clipboard.

sass file.scss:file.css && cat file.css | pbcopy

Not sure how useful this is, but there you go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment