Skip to content

Instantly share code, notes, and snippets.

Created January 27, 2017 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e578235adb9f44fc6333420e78acdc9a to your computer and use it in GitHub Desktop.
Save anonymous/e578235adb9f44fc6333420e78acdc9a to your computer and use it in GitHub Desktop.
:root {
--flex-row: {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
}
.flex-row {
@apply --flex-row;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment