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
Is there a way to define the type of variables included in the built tailwind.config file?
e.g. currently if the variables flag is true then the variables are CSS variables such as var(--my-variable). Is it possible to have these as JS consts for example?
Either way, how do you recommend maintaining / including token aliases in the built tailwind.config file, so that a value can be a variable pointing to another key in the object?
The text was updated successfully, but these errors were encountered:
I can't be 100% but at a guess surely your SD config handles the aliasing? this transformer is just outputting the tailwind config to match your SD setup?
Is there a way to define the type of variables included in the built tailwind.config file?
e.g. currently if the variables flag is
true
then the variables are CSS variables such asvar(--my-variable)
. Is it possible to have these as JS consts for example?Either way, how do you recommend maintaining / including token aliases in the built tailwind.config file, so that a value can be a variable pointing to another key in the object?
The text was updated successfully, but these errors were encountered: