Macros
works.iterative.ui.components.tailwind.Macros
object Macros
Tailwind uses JIT compiler that needs to find relevant classes in the code in a form that is recognizable - eg. "w-10", not ("w-" + "10")
Macros compute the strings during compile time.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Macros.type
Members list
In this article