plugin-samples
plugin-samples copied to clipboard
Fix: solves the duplicate variable name error in styles-to-variables plugin
Hello! I believe the root cause of the issue #142 stems from having multiple styles associated with the same "token" name. To avoid a repeat of this incident, we can rectify the tokenData by appending a numerical suffix to the token style names. That being said, I have devised an alternate solution that may be of interest to you. Thank you for your time, and your attention.