Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 11, 2014 09:01
Show Gist options
  • Select an option

  • Save DeanPoulin/8368621 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8368621 to your computer and use it in GitHub Desktop.
Contextual Classes
<!-- On rows -->
<tr class="active">...</tr>
<tr class="success">...</tr>
<tr class="warning">...</tr>
<tr class="danger">...</tr>
<!-- On cells (`td` or `th`) -->
<tr>
<td class="active">...</td>
<td class="success">...</td>
<td class="warning">...</td>
<td class="danger">...</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment