system-props / system-props

Responsive, theme-based style props for building design systems with React. Written in TypeScript.

Home Page:https://system-props.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export css function

roginfarrer opened this issue · comments

Add support to do something like:

<Box
  css={{
    '&:hover': {
      backgroundColor: '$blue400'
    }
  }}
/>