Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created July 31, 2018 10:21
Show Gist options
  • Save SaraVieira/d736b6695d44d048b02c17b137904484 to your computer and use it in GitHub Desktop.
Save SaraVieira/d736b6695d44d048b02c17b137904484 to your computer and use it in GitHub Desktop.
module.exports = flex = ([align = "flex-start", justify = "flex-start"]) => ({
display: "flex",
"align-items": align,
"justify-content": justify
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment