You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
I'm attempting to build a mixin for outputting rem units with a pixel fallback, basically:
However the CSS output is:
Note the space between
1
andrem
which makes the rule invalid.I have tried a couple of other ways of achieving the same result such as
@size + rem
or~"@{size}rem"
with no success.The text was updated successfully, but these errors were encountered: