Skip to content

Multiple entry points #174

@dacodekid

Description

@dacodekid

Anyway to include more than one source file in TAILWIND_CLI_SRC_CSS & matching TAILWIND_CLI_DIST_CSS ?

In my use case, I'm using django-unfold and override several of its default style in the admin templates.
But for the web, I am using daisyui - which causes issues.

When I used vite or bun, etc. - then I would create admin.css & web.css, watch them individually and refer respectively. Anyway to get such functionality? Like

TAILWIND_CLI_SRC_CSS = ['admin.css', 'web.css']
TAILWIND_CLI_DIST_CSS = ['admin.output.css', 'web.output.css']

or

TAILWIND_CLI_CSS = [
    ('admin.css',  'admin.output.css'),
    ('web.css', 'web.output.css')
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions