Display design token documentation generated from your stylesheets and icon files. Preview design token changes in the browser. Add your design tokens to your Storybook Docs pages using the custom Doc Blocks.
If I modify these values, the changes are correctly reflected in Storybook. If I select a different tab, make changes, and then re-select the Scale tab the values are reset back to their default settings.
Is there a way to preserve the values across the different tabs until the Design Tokens tab is closed? I was under the impression that this is what options: {preserveCSSVars: true} does but it doesn't seem to do the trick.
I have setup the following that appears within a tab named
Scale
.If I modify these values, the changes are correctly reflected in Storybook. If I select a different tab, make changes, and then re-select the
Scale
tab the values are reset back to their default settings.Is there a way to preserve the values across the different tabs until the
Design Tokens
tab is closed? I was under the impression that this is whatoptions: {preserveCSSVars: true}
does but it doesn't seem to do the trick.