This commit is contained in:
Mohamed Ismat 2019-03-12 19:13:25 +02:00
parent 4bafdcddca
commit ae815318b7

View File

@ -46,7 +46,7 @@ addParameters({
## Create a theme quickstart
The `storybook/theming` is build using TypeScript, so this should help create a valid theme for typescript users. The types are part of the package itself.
The `storybook/theming` is built using TypeScript, so this should help create a valid theme for typescript users. The types are part of the package itself.
The easiest way to customize Storybook to generate a new theme using `create()`. This function includes shorthands for the most common theme variables. Here's how to use it.