@beets Brilliant, thanks!
I
Latest posts made by imagine
-
How to use SASS variables in template
I would like to use SASS variable in the template as follows:
<circle fill="$primary" class=“breath-circle” cx=“50%” cy=“50%” :r=“radius” />
Is it possible?