Skip to content

Instantly share code, notes, and snippets.

@ksaldana1
Created March 13, 2020 01:29
Show Gist options
  • Select an option

  • Save ksaldana1/4315e988fa04cbd5254c1ec3198dff02 to your computer and use it in GitHub Desktop.

Select an option

Save ksaldana1/4315e988fa04cbd5254c1ec3198dff02 to your computer and use it in GitHub Desktop.
re_example_1.3
module Styles = {
open Css;
let app =
style([
display(`flex),
justifyContent(`center),
alignItems(`center),
flexDirection(`column),
minHeight(`vh(100.0)),
]);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment