Prose Category Keys

prose

The keys in the prose category control the spacing below paragraphs (but not paragraphs in a normal table cell), lists, and index categories. The bottom margin is only added if the block is followed by an adjacent block within the same enclosure (e.g., a sidebar, a table cell, or the area outside a block).

Key Value Type Example

margin-bottom

Measurement
(default: 12)

prose:
  margin-bottom: 6

margin-inner

Measurement
(default: $prose-margin-bottom)

prose:
  margin-inner: 0

text-indent

Measurement
(default: not set)

prose:
  text-indent: 18

text-indent-inner

Measurement
(default: not set)

prose:
  text-indent-inner: 18

margin-inner

The margin-inner key controls the margin between adjacent paragraphs. It’s useful when using indented paragraphs.

text-indent-inner

The text-indent-inner key is only applied to inner paragraphs. Inner paragraphs are paragraphs that follow an adjacent paragraph.