Skip to content

Instantly share code, notes, and snippets.

@JonasDoebertin
Created July 19, 2016 17:24
Show Gist options
  • Save JonasDoebertin/be1bd7abfd7feae043abd40d1ed8509b to your computer and use it in GitHub Desktop.
Save JonasDoebertin/be1bd7abfd7feae043abd40d1ed8509b to your computer and use it in GitHub Desktop.
(S)CSS Helpers
.u-fs-100 {
flex: 1 0 0;
}
.u-fs-10a {
flex: 1 0 auto;
}
.u-fs-200 {
flex: 2 0 0;
}
.u-fs-20a {
flex: 2 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment