Last active
February 8, 2017 10:50
-
-
Save nhensh/b22a5d732591040143720a1df87c4346 to your computer and use it in GitHub Desktop.
This file contains 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
.font(@family, @size, @weight, @lineHeight, @letterSpacing){ | |
font-family: @family; | |
font-size:@size; | |
font-weight:@weight; | |
line-height:@lineHeight; /* inherit */ | |
letter-spacing:@letterSpacing; /* inherit */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment