Created
June 25, 2018 09:48
-
-
Save kettanaito/ea9fcb7325d820692229fcfc251944b8 to your computer and use it in GitHub Desktop.
Atomic layout - Numeric (combination)
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
import { Composition } from 'atomic-layout' | |
<Composition | |
gutter={10} // compiles to "10px" of "grid-gap" | |
padding="2rem" // compiles to explicit "2rem" of "padding" | |
height="95vh" // compiles to explicit "95vh" of "height" | |
/> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment