Skip to content

Commit

Permalink
feat(typography): add type-npm-blue-4
Browse files Browse the repository at this point in the history
  • Loading branch information
jefflembeck committed Jun 22, 2016
1 parent 5c830e8 commit eb5f2b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pivotal-ui/components/typography/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,12 @@ Here's a table of all the color classes.
<td class="bg-dark-2"> <p class="type-npm-blue-3">Type npm Blue 3</p> </td>
<td> <code>.type-npm-blue-3</code> </td>
</tr>
<tr>
<td class="bg-neutral-11"> <p class="type-npm-blue-4">Type npm Blue 4</p> </td>
<td class="bg-npm-blue-2"> <p class="type-npm-blue-4">Type npm Blue 4</p> </td>
<td class="bg-dark-2"> <p class="type-npm-blue-4">Type npm Blue 4</p> </td>
<td> <code>.type-npm-blue-4</code> </td>
</tr>
<tr>
<td class="bg-neutral-11"> <p class="type-npm-pastel-1">Type npm pastel 1</p> </td>
<td class="bg-npm-blue-2"> <p class="type-npm-pastel-1">Type npm pastel 1</p> </td>
Expand Down Expand Up @@ -726,6 +732,7 @@ Here's a table of all the color classes.
.type-npm-blue-1 { color: $npm-blue-1 !important; }
.type-npm-blue-2 { color: $npm-blue-2 !important; }
.type-npm-blue-3 { color: $npm-blue-3 !important; }
.type-npm-blue-4 { color: $npm-blue-4 !important; }

// -- pastels

Expand Down

0 comments on commit eb5f2b8

Please sign in to comment.