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-white - An expression is a single tailwind class. An example is:
bg-red-500 - The core ‘rule’ of a tailwind directive.
 
Enums
- The options for the
displayproperty. - The plugin represents the core command the tailwind parser is looking for. For example, the
textplugin is represented by theTextvariant.