Created
April 26, 2017 16:55
-
-
Save chasemccoy/3e37e12ecc83b17a7f42e1e6e0883096 to your computer and use it in GitHub Desktop.
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
system.fontFamilies.map(function(family) { | |
return system.typeSizes.map(function(size) { | |
return system.colors.map(function(color) { | |
return system.fontWeights.map(function(weight) { | |
return <TypeSpecimen name="Testing" style={styles}></TypeSpecimen> | |
}) | |
}) | |
}) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment