Closed
Description
Hello
Hope you got a minute to help - I've no idea what I'm doing wrong - in one of my sass files, I've the following code:
.test{ @include rem(width, 40px); height: rem(80px); }
what I get in the css file is:
.test{ width: 4rem; height: 5rem; }
base is set to 10 px so the width is correct - the height is calculated based on 16px - do you have any idea why this is happening?
Thanks
Metadata
Assignees
Labels
No labels