--- class: css --- # definition-table Simple CSS component to render a `dl` similar to a table with column headers. Contents of the `dd` are currently inline-block'ed for CopyButton reasons. ```hbs preview-template
Title 1
Value
Title 2
Value
``` ```css .definition-table { @extend %definition-table; } ```