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
It should be possible to pass an option to define a variable prefix for CSS custom properties output. Currently, token names are simply --gray-100, but it would be nice to have --spectrum-gray-100.
This option should be either a string or a function, and the function should be passed relevant information that could be used to choose the prefix (token name, value, options with sets, etc). Supporting a function would enable customized output that could be tailored to match existing naming conventions.
The text was updated successfully, but these errors were encountered:
It should be possible to pass an option to define a variable prefix for CSS custom properties output. Currently, token names are simply
--gray-100
, but it would be nice to have--spectrum-gray-100
.This option should be either a string or a function, and the function should be passed relevant information that could be used to choose the prefix (token name, value, options with sets, etc). Supporting a function would enable customized output that could be tailored to match existing naming conventions.
The text was updated successfully, but these errors were encountered: