Created
August 30, 2017 15:42
-
-
Save samueljmurray/f6e4d92c8a4854ca7abf484ada4e92d8 to your computer and use it in GitHub Desktop.
Screen size ternary inception
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
{ | |
marginHorizontal: extraSmallScreen ? 8 : (smallScreen ? 12 : 16); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment