storybook-design-token icon indicating copy to clipboard operation
storybook-design-token copied to clipboard

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...

Results 72 storybook-design-token issues
Sort by recently updated
recently updated
newest added

I have Postcss in place to process my CSS files before sending them to the browser. I am using the Tailwind theme function in this example, but it could be...

question

I have code similar to ``` scss :root { /** * @tokens Base-Colors * @presenter Color */ --grey1100: rgb(26, 28, 32); --grey1000: (42, 46, 52); } body.theme-dark { /** *...

bug
quick win

Hi! First of all, thank you for this great storybook addon. I'm looking forward to integrating it for my work project. But currently it is very hard to display my...

enhancement

Hey, just wanted to ask if support for https://github.com/storybookjs/builder-vite is planned? Would love to use the plugin in my sb-vite-svelte-setup! Thanks for your work!

enhancement

Hello, I would love to use this addon, but all mu colors are generated. Is any way to compile the sass files before extracting the values? Thanks in advance.

It's a night and day difference enabled and disabled. So slow there's no way we'd be able to use this with it on. But I may be at fault here...

I would like to display only Colors in the tabs and disable 'SVG Icons' tab. I try to set the tabs array in parameters like following, but this did not...

enhancement

Joining #14 and #15, it would be awesome to support multiple contexts (more generic than "themes") and organize tokens per context in tabs. Like this example: ```jsx // or ```...

SCSS Example: `$someVar: 'myprefix';` ` /**` ` * @tokens Colors` ` * @presenter Color` ` */` `--#{$somevar}-color: var(--#{$someVar}-my-col);` Currently complex names are not compiled properly

Hi, I was playing with this add-on and it is great! It would be awesome to be able to interact with the value directly in storybook, would be really handy...

enhancement