Hi,
I’m trying Anima with a free plan to see if it fits my needs.
It seems it identifies well some variables :
–h-1-font-family: “Century Gothic”, Helvetica;
–h-1-font-weight: 800;
–h-1-font-size: 48px;
Can I avoid the extra dash ?
But the spacing variables I used in the Figma autolayout are not used in the code, only the value :
.section {
gap: 64px;
padding: 96px;
}
Is there a way to have this :
.section {
gap: var( -spacing-md);
padding: var(–spacing-xl);}
And, it there a way to have utility classes :
div class=“section gap-md padding-xl”
Thanks a lot,
Mat