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 Object
trait Matchable
class Any
Self type
Macros.type

Members list

Value members

Concrete methods

inline def size(edgeSize: Int): String