Skip to content

Commit

Permalink
fix(typography): docs fix for row mishandling
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflembeck committed Jun 22, 2016
1 parent eb5f2b8 commit 8dae73a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pivotal-ui/components/typography/typography.scss
Expand Up @@ -253,15 +253,13 @@ Here's a table of all the color classes.
<td> <code>.type-inverse</code> </td>
</tr>
<tr>
<td class="bg-neutral-11"> <p class="type-npm-brand">Type npm brand</p> </td>
<td class="bg-neutral-11"> <p class="type-npm-brand">Type npm brand</p> </td>
<td class="bg-npm-blue-2"> <p class="type-npm-brand">Type npm brand</p> </td>
<td class="bg-dark-2"> <p class="type-npm-brand">Type npm brand</p> </td>
<td> <code>.type-npm-brand</code> </td>
</tr>
<tr>
<td class="bg-neutral-11"> <p class="type-npm-brand-turquoise">Type npm brand turquoise</p> </td>
<td class="bg-neutral-11"> <p class="type-npm-brand-turquoise">Type npm brand</p> </td>
<td class="bg-npm-blue-2"> <p class="type-npm-brand-turquoise">Type npm brand</p> </td>
<td class="bg-dark-2"> <p class="type-npm-brand-turquoise">Type npm brand</p> </td>
<td> <code>.type-npm-brand-turquoise</code> </td>
Expand Down

0 comments on commit 8dae73a

Please sign in to comment.