Skip to content

Instantly share code, notes, and snippets.

@exah
Last active November 11, 2017 09:58
Show Gist options
  • Save exah/614c9981009b7121c11ced471dc10101 to your computer and use it in GitHub Desktop.
Save exah/614c9981009b7121c11ced471dc10101 to your computer and use it in GitHub Desktop.
.container {
display: flex;
justify-content: space-between;
&::before { content: ''; }
&::after { content: ''; }
}
.el {
width: 100px;
height: 100px;
background: lime;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment