Financial-Times / o-typography

Typography and vertical rhythm styles for FT branding
http://registry.origami.ft.com/components/o-typography
10 stars 2 forks source link

Issue including a single heading #241

Closed notlee closed 4 years ago

notlee commented 4 years ago
@include oTypography($opts: (
    'headings': (1)
));

The "headings" option must be a list of heading levels to include e.g. (1, 2, 3, 4, 5).

That's because

$a: type-of((1)) // number
$a: type-of((1,)) // list