Add signature detection in addition to markdown inclusion.

This commit is contained in:
2016-12-25 15:33:55 -05:00
parent 9cf8456d7c
commit b6cb5dff97
5 changed files with 21 additions and 3 deletions

View File

@ -12,6 +12,7 @@ $base-font-weight: 400;
$small-font-size: $base-font-size * 0.875;
$base-line-height: 1.5;
$large-font-size: $base-font-size * 1.125;
$very-small-font-size: $base-font-size * 0.750;
$spacing-unit: 30px;