Skip to content

hope to use it in conjunction with tailwindcss, similar to twin.macro #17

Closed
@xh4528

Description

@xh4528

Is your feature request related to a problem? Please describe

Just like this, combining tailwind and styled-components

twin.macro

const StyledDiv = styled.div`
  width: 100px;
  height: 100px;
  background-color: #ccc;

  ${tw`text-black flex relative`}
`;

Describe the solution you'd like

No response

Additional context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions