Skip to content

Pseudo classes should work on pseudo elements #5

@corysimmons

Description

@corysimmons

API should be:

<Ook
  after={{
    content: 'Eek!',
    position: 'absolute',
    top: '100%',
    right: '0px',
    width: '100px',
    height: '100px',
    background: 'green',
    display: 'flex',
    alignItems: 'center',
    justifyContent: 'center',

    hover: {
      background: 'blue',
      width: {
        d: '200px'
      }
    }
  }}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions