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

Enhance Tailwind CSS Plugin Support #120

Open
anubrag opened this issue Jan 16, 2024 · 0 comments
Open

Enhance Tailwind CSS Plugin Support #120

anubrag opened this issue Jan 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@anubrag
Copy link
Collaborator

anubrag commented Jan 16, 2024

Currently, integrating certain Tailwind CSS plugins into Nextpy projects presents a significant challenge. This is primarily due to the limited customization options available within the tailwind.config.js setup. This limitation hinders the ability to fully exploit the capabilities of the Tailwind CSS ecosystem, consequently restricting design and functionality enhancements in Nextpy projects.

Specific Challenges:

  • Difficulty in integrating Tailwind CSS plugins that require more complex setup than a simple require in tailwind.config.js.
  • The current setup within the Nextpy framework offers limited flexibility, particularly in terms of customizing the Tailwind CSS configuration.

Suggested Solutions:

  1. Template Customization:

    • Enhance the flexibility of the Jinja template (tailwind.config.js.jinja2) used in Nextpy.
    • The enhancement should aim to accommodate a variety of plugin integration scenarios, allowing for more complex plugin configurations.
  2. Custom Configuration Support:

    • Enable users to provide their own tailwind.config.js file.
    • Alternatively, allow the use of a custom Jinja template for tailwind.css.
    • This would grant users greater control and versatility in terms of plugin integration and configuration.

Expected Outcome:
Implementing these solutions will significantly improve the ease of integrating diverse Tailwind CSS plugins into Nextpy projects. This enhancement is anticipated to unlock more design and functionality options, aligning Nextpy more closely with the broader Tailwind CSS ecosystem and community practices.

@anubrag anubrag added the enhancement New feature or request label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant