Skip to content

Commit 5eec344

Browse files
committed
Merge pull request #152 from primer/small-note
Adding .text-small for de-emphasised text
2 parents e55338c + e933b39 commit 5eec344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scss/_type.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ blockquote {
4848
color: #333;
4949
}
5050

51+
.text-small {
52+
font-size: 12px;
53+
}
5154

5255
// Lists
5356
// --------------------------------------------------

0 commit comments

Comments
 (0)