Skip to content

Instantly share code, notes, and snippets.

@sebholstein
Created July 3, 2012 09:57
Show Gist options
  • Save sebholstein/3038827 to your computer and use it in GitHub Desktop.
Save sebholstein/3038827 to your computer and use it in GitHub Desktop.
#header {
width: 900px;
/* wird zu #header .logo */
.logo {
width: 100px;
background: ...
}
/* regel bezieht sich durch das & auf den #header, also #header.wide */
&.wide {
width: 950px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment