Brian Patrick
Brian Patrick
### Describe the bug Our project uses a custom DocumentationTemplate.mdx file. The `storybook` and `build-storybook` commands work with no issue. When I try to run the tests with this addon,...
Having a light and a dark theme, is it possible to generate variables using the CSS `light-dark()` syntax? Ex desired output: ```css :root { /* palette tokens */ --kd-color-black: #000;...
Given multiple themes configured with [@storybook/addon-themes](https://www.npmjs.com/package/@storybook/addon-themes), is it possible to run through the test runner once for each theme? Goal is to execute the test runner a11y tests for both...