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