Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created October 23, 2009 15:36
Show Gist options
  • Save tammersaleh/216977 to your computer and use it in GitHub Desktop.
Save tammersaleh/216977 to your computer and use it in GitHub Desktop.
#header {
color: black;
.navigation; /* this is a mixin, cause it doesn't have a {}? */
.logo { /* this is a scoped rule cause it does? */
width: 300px;
:hover { text-decoration: none }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment