-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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
Labels
No labels