@gregberge I was thinking, is this project possible to use like we use styled-components? For example: ```tsx const List = styled.ul` display: inline-block; & > li > a { color: red; } `; ``` Twc? ```tsx const List = twc.ul` inline-block & > li > a { text-red-500 } `; ```
@gregberge I was thinking, is this project possible to use like we use styled-components?
For example:
Twc?