Toggle paragraph indentation on and off.

- On by default
This commit is contained in:
Michael Rose
2014-07-31 14:44:23 -04:00
parent dd3dcdfbdf
commit f397374973
3 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,7 @@
// TYPOGRAPHY ================================================
$doc-font-size: 16;
$doc-line-height: 26;
$paragraph-indent: true !default;
$base-font: 'PT Serif', serif;
$heading-font: 'PT Sans Narrow', sans-serif;
$code-font: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;