Skip to content

Instantly share code, notes, and snippets.

@fakenickels
Created January 16, 2019 11:38
Show Gist options
  • Save fakenickels/8fc8c316e382f2fd1fba5084c777c9db to your computer and use it in GitHub Desktop.
Save fakenickels/8fc8c316e382f2fd1fba5084c777c9db to your computer and use it in GitHub Desktop.
StyledPpx
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