Closed mwargan closed 3 years ago
Hey @mwargan thanks for raising this. Can you let me know which units are called 'pixels'? I have a hard time finding it in the code base. Thanks.
@lukasoppermann so far for me only lineHeight
has been plural.
Hey @mwargan this should be fixed in the latest plugin release.
Suggested to either keep consistent naming, or modify
transformTokens.js
line 9 to readreturn (token.unit === 'pixel' || token.unit === 'pixels') && token.value !== 0