Skip to content

Instantly share code, notes, and snippets.

@cbfrance
Created May 7, 2011 02:35
Show Gist options
  • Save cbfrance/960142 to your computer and use it in GitHub Desktop.
Save cbfrance/960142 to your computer and use it in GitHub Desktop.
Nested pseudoclass selectors
li:first-of-type {
background: darken(yellow, 50%);
&::before {
content: "FIRST";
}
}
@cbfrance
Copy link
Author

cbfrance commented May 7, 2011

Truly riveting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment