Replies: 2 comments 2 replies
-
Have you looked at twin.macro? What are your thoughts on it? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Tailwind is a utility css framework, which gives you specific, rememberable css classes to set, instead of writing plain css rules. It aims to help you build rich user interfaces fast. One can declare the needed utilities by editing a config JavaScipt file. Find out more in their docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the idea of CSS-in-TS library with syntax based on Tailwind. The working title of the planned library is 'gauge', so the following typescript code:
would be equivalent of
How do you think, could such a syntax become in demand (in React projects, for example)? Can I use parts of Tailwind code in order to simplify this work?
Beta Was this translation helpful? Give feedback.
All reactions