Skip to content

Does not work on Windows ARM64 #16

@satya-waylit

Description

@satya-waylit

The following function in installation.py picks windows-arm64 build of TailwindCSS. But that doesn't exist. It should pick windows-x64 version in it's absence. Not sure what's the best way to achieve this.

def detect_target():
    """
    Returns target for current OS and CPU architecture.

    # Available tailwindcss targets: https://github.com/tailwindlabs/tailwindcss/releases
    """
    return format_target(os_name=platform.system(), arch=platform.machine())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions