Skip to content

Instantly share code, notes, and snippets.

@garbray
Created September 4, 2012 21:09
Show Gist options
  • Save garbray/3626518 to your computer and use it in GitHub Desktop.
Save garbray/3626518 to your computer and use it in GitHub Desktop.
css simple mixin output
.navigation {
background: green;
float: left;
width: 300px; }
.navigation.secondary {
background: blue;
float: right;
width: 300px;
overflow: hidden;
width: 5px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment