storybook/docs/snippets/common/storybook-preview-body-font-size.html.mdx
2020-08-09 01:41:24 +01:00

8 lines
101 B
Plaintext

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