Crate tailwind_parse
source ·Structs
A directive is a list of expressions separated by one or more spaces.
An example is:
bg-red-500 text-whiteAn expression is a single tailwind class. An example is:
bg-red-500The core ‘rule’ of a tailwind directive.
Enums
The options for the
display property.The plugin represents the core command the tailwind parser is
looking for. For example, the
text plugin is represented by
the Text variant.