Skip to content

Instantly share code, notes, and snippets.

@SebAshton
Created April 14, 2014 17:41
Show Gist options
  • Save SebAshton/10668478 to your computer and use it in GitHub Desktop.
Save SebAshton/10668478 to your computer and use it in GitHub Desktop.
Convert PSD tracking to css letter spacing. This is an approximation at best.
@mixin psd-letter-spacing($tracking) {
letter-spacing: ($tracking / 1000) * 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment