Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move remaining body styles to
bodyStyles
This isn't a complete fix for #54, but it is a step forward, as it allows users to safely do: ```js import { createGlobalStyle } from 'styled-components'; import { global } from '@storybook/design-system'; const CustomGlobalStyle = createGlobalStyle` body { ${global.bodyStyles} } }` ``` In their own code to avoid the `@import`.
- Loading branch information