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
we really like your addon and it's working great out of the box with a basic setup.
But as soon as we are using custom functions the presenter is no longer working.
Example:
$font-size: rem-calc(16px)
The presenter is not aware of our function rem-calc and therefore interpreting rem-calc(16px) as value wich results in an empty / broken preview.
Is there a way to load custom functions / mixins so the presenter would no longer show rem-calc(16px) but 1rem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @Sqrrl ,
we really like your addon and it's working great out of the box with a basic setup.
But as soon as we are using custom functions the presenter is no longer working.
Example:
$font-size: rem-calc(16px)
The presenter is not aware of our function
rem-calc
and therefore interpretingrem-calc(16px)
as value wich results in an empty / broken preview.Is there a way to load custom functions / mixins so the presenter would no longer show
rem-calc(16px)
but1rem
?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions