Carlos

Results 4 comments of Carlos

I see this warning still appears. I think the most straightforward solution is adding calc(): ``` @function em($pixels, $base-font-size: 18) { @return #{calc($pixels / $base-font-size)}em; } ``` Not sure if...

I sent a PR if you want to check it.

I didn't know it was a bug, but if my PR has been helpful in solving an old issue, that's ok.