diff --git a/docs/configure/theming.md b/docs/configure/theming.md index 15ee2eeb47d3..076b170cc0d2 100644 --- a/docs/configure/theming.md +++ b/docs/configure/theming.md @@ -98,20 +98,6 @@ Finally, we'll need to import the theme into Storybook. Create a new file called - -Adjust your `storybook` script in your package.json and include the [`--no-manager-cache`](../api/cli-options.md#start-storybook) flag. For instance: - -```json -{ - "scripts":{ - "storybook": "start-storybook -p 6006 --no-manager-cache", - }, -} -``` -
-💡 Note: Once you've finished configuring your theme, you can remove the --no-manager-cacheflag from the storybook script at will. Leaving it in can severely impact loading times. -
- Now your custom theme will replace Storybook's default theme, and you'll see a similar set of changes in the UI. ![Storybook starter theme](./storybook-starter-custom-theme.png)