Created
April 14, 2014 17:41
-
-
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.
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
@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