Skip to content

Instantly share code, notes, and snippets.

@AlexZeitler
Created December 16, 2011 15:10
Show Gist options
  • Save AlexZeitler/1486401 to your computer and use it in GitHub Desktop.
Save AlexZeitler/1486401 to your computer and use it in GitHub Desktop.
Untitled
div[class*='tocolor-'] {color:red }
<div class="tocolor"> tocolor 1 </div>
<div class="mplampla"> tocolor 2 </div>
<div class="tocolor-2"> tocolor 3 </div>
<div class="tocolor tocolor-1"> tocolor 4 </div>
{"page":"result","view":"separate"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment