Example Category Keys

The keys in the example category control the arrangement and style of example blocks.

Key Value Type Example

background-color

Color
(default: 'FFFFFF')

example:
  background-color: #FFFEF7

border-color

Color
(default: 'EEEEEE')

example:
  border-color: #191970

border-radius

Measurement
(default: not set)

example:
  border-radius: 4

border-style

Border style
(default: solid)

example:
  border-style: dashed

border-width

Measurement | Measurement[]
(default: 0.5)

example:
  border-width: 0.75

font-color

Color
(default: inherit)

example:
  font-color: #262626

font-family

Font family name
(default: inherit)

example:
  font-family: M+ 1p

font-kerning

none | normal
(default: inherit)

example:
  font-kerning: none

font-size

Font size
(default: inherit)

example:
  font-size: 13

font-style

Font style
(default: inherit)

example:
  font-style: italic

padding

Measurement | Measurement[]
(default: 12)

example:
  padding: [5, 10, 5, 10]

text-transform

Text transform
(default: inherit)

example:
  text-transform: uppercase