styled system global style code example
Example: styled system emotion
import styled from '@emotion/styled'
import { typography, space, color } from 'styled-system'
const Box = styled('div')(
typography,
space,
color
)
import styled from '@emotion/styled'
import { typography, space, color } from 'styled-system'
const Box = styled('div')(
typography,
space,
color
)