mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
```html
|
|
<!-- .storybook/preview-body.html -->
|
|
<style>
|
|
body {
|
|
font-size: 15px;
|
|
}
|
|
</style>
|
|
``` |