Skip to content

babel-plugin-styled-jss #5

@lttb

Description

@lttb

We can provide babel plugin with prejss under the hood, that would transform

const Button = styled.button`
  color: red;
`

to

const Button = styled('button', {color: 'red'})

for better performance

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions