Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native windtail support #145

Closed
wants to merge 2 commits into from

Conversation

seyeong
Copy link

@seyeong seyeong commented Jul 3, 2022

I created a python package called tailwind in the test-pypi environment. The package includes the standalone CLI, and exposes subcommands as a python module. This is an attempt to replace NPM with tailwind in django-tailwind.

Notable things:

  • Renamed tailwind to django_tailwind to avoid name clashes. I believe this is the right move as it is specific to Django.
  • ... tailwind start command is not properly implemented as tailwind.watch is not implemented.
  • --postcss option is disabled as it is currently failing with tailwindcss CLI as well. See Tailwind Standalone CLI fails building with --postcss option tailwindlabs/tailwindcss#8766.
  • postcss.config.js has been replaced with the default file from tailwindcss init command.
  • plugins in postcss.config.js has been emptied.
  • Removed unnecessary sub commands.

Fixes #125 and #140.

Replaces #141

The current name clashes with tailwind module.
@seyeong seyeong marked this pull request as ready for review July 9, 2022 16:10
@seyeong seyeong changed the title WIP - Native windtail support Native windtail support Jul 9, 2022
@timonweb timonweb closed this Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Tailwind Standalone CLI *Enhancement*
2 participants