@nxext/stencil
Version:
Nx plugin for stenciljs
10 lines (9 loc) • 313 B
HTML
<!-- @see https://storybook.js.org/docs/html/configure/story-rendering#adding-to-body -->
<style>
body {
margin: 0px;
padding: 0px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial,
sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
</style>