storybook/docs/snippets/common/storybook-preview-body-font-size.html.mdx
2020-10-07 12:23:34 +08:00

9 lines
101 B
Plaintext

```html
<!-- .storybook/preview-body.html -->
<style>
body {
font-size: 15px;
}
</style>
```