Thematic Break Category Keys

The keys in the thematic-break category control the style of thematic breaks, which are also known as horizontal rules.

Key Value Type Example

border-color

Color
(default: 'EEEEEE')

thematic-break:
  border-color: #E6E8FA

border-style

dashed | dotted | double | solid
(default: solid)

thematic-break:
  border-style: dashed

border-width

Measurement
(default: 0.5)

thematic-break:
  border-width: 0.8

padding

Measurement | Measurement[top,right,bottom,left]
(default: 0)

sidebar:
  padding: [3, 12]