UX-and-I / storybook-design-token

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.
https://dev.to/psqrrl/managing-design-tokens-using-storybook-5975
MIT License
648 stars 123 forks source link

Monorepo import Css injection not working #188

Open G9000 opened 1 year ago

G9000 commented 1 year ago

is it possible to do this? Seem like not working, have any workaround for monorepo. All my tailwind, css is on a separated workspace, and i would like to import it

 designToken: {
      styleInjection: '@import "@shared/tailwind/styles.css";',
},