Skip to content

Is it possible to use styled-components? #34

Description

@mthmcalixto

@gregberge I was thinking, is this project possible to use like we use styled-components?

For example:

const List = styled.ul`
  display: inline-block;

  & > li > a {
    color: red;
  }
`;

Twc?

const List = twc.ul`
  inline-block

  & > li > a {
    text-red-500
  }
`;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions