Created
January 16, 2019 11:38
-
-
Save fakenickels/8fc8c316e382f2fd1fba5084c777c9db to your computer and use it in GitHub Desktop.
StyledPpx
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
module ImageWrapper = [%styled | |
Image; | |
() => [ | |
width(Pt(100)) | |
] | |
]; | |
module Wrapper = [%styled | |
Image; | |
(~bg) => [ | |
backgroundColor(String(bg)) | |
] | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment