You are viewing a single comment's thread from:
RE: Tailwind CSS - Utility-First CSS Framework
Yeap, but more advanced. You can create some custom css with combination of more friendly names.
e.g.
@apply px-4 bg-teal-lighter text-white
Apply padding-left and right with 4 (depends on how much u set), custom color, text color etc.
Still in early phase, but I am using it in new projects haha.