Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Created May 30, 2017 18:07
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 chriscoyier/83f673b13b32328b7ecaf36fc547f400 to your computer and use it in GitHub Desktop.
Save chriscoyier/83f673b13b32328b7ecaf36fc547f400 to your computer and use it in GitHub Desktop.
dWBaoW
<div class="hello">
<div class="world">Hello world</div>
</div>
$jeez: 1;
.hello {
border-radius: 10px;
display: flex;
flex-grow: $jeez;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment