oddbird / accoutrement-scale

Size and scale helpers for typography and layout
MIT License
9 stars 1 forks source link

List arguments not properly separated #13

Closed mirisuzanne closed 7 years ago

mirisuzanne commented 7 years ago

This seems to fail, because 'browser-ems' 'root' is not a valid unit…

$sizes: (
  'root': 18px,
  'medium-page': 30rem ('convert-units': 'browser-ems' 'root'),
);
mirisuzanne commented 7 years ago

Fixed by d356c05ad and 02cdd17960