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.
Hi! this PR fixes parsing logic in the addon. The fix allows css custom properties to be nested inside the other properties and still have it's value recognized.
Here's example with --gradient-with-var in the demo before fix:
Hi! this PR fixes parsing logic in the addon. The fix allows css custom properties to be nested inside the other properties and still have it's value recognized.
Here's example with
--gradient-with-var
in the demo before fix:and here is the result of the fix:
fixes #209