addon-styling icon indicating copy to clipboard operation
addon-styling copied to clipboard

A base addon for configuring popular styling tools

Results 8 addon-styling issues
Sort by recently updated
recently updated
newest added

I use theme switching by class name in Angular: ``` themes: { "Theme1 (light)": "theme1 light", "Theme1 (dark)": "theme1 dark", "Theme2": "theme2", }, defaultTheme: "Theme2", parentSelector: "body", ``` When using...

bug
Needs triage

### Describe the bug Some DevDependencies are installed as dependencies. This can lead to conflicts if, for example, prettier 3.0.0 is used. ### Steps to reproduce the behavior 1. Create...

bug

## What? As of version `1.1.0`, I have introduced codemod scripts to auto-configure the styling addon for users of the following styling tools: - Tailwind - Material UI - Styled-components...

help wanted

The auto configure script doesn't check to see if the addon already exists in the addon array before adding it again

bug

### Describe the feature When using withThemeByDataAttribute, it happens to apply the theme also to the Docs (mdx), causing in some circumstances the examples to break (apply dark theme and...

bug

Currently, to use vanilla-extract in Storybook, it is necessary to [manually rewrite the settings](https://storybook.js.org/recipes/@vanilla-extract/css) to support it. If this add-on supports vanilla-extract, it will be more convenient to use vanilla-extract...

Address feedback from #53 by writing up a migration guide

documentation

### Describe the bug When providing custom sass functions to the sass-loader options, they are not ending up being provided to sass-loader after you process the options ### Steps to...

bug
Needs triage