loefsys.theme.management.commands.tailwind module

Module containing the command for integration with pytailwindcss.

class loefsys.theme.management.commands.tailwind.Command(stdout=None, stderr=None, no_color=False, force_color=False)

Bases: BaseCommand

The class that defines the command.

help = 'Run the Tailwind watcher'
add_arguments(parser)

Register arguments for the command.

handle(*_: tuple[Any, ...], **options: dict[str, object]) str | None

Perform the actual logic of the command.

Parameters:
Return type:

str | None