Closed notlee closed 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).
(1, 2, 3, 4, 5)
That's because
$a: type-of((1)) // number $a: type-of((1,)) // list
That's because