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

allow for network imports #13282

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

allow for network imports #13282

wants to merge 2 commits into from

Conversation

seanaye
Copy link

@seanaye seanaye commented Mar 20, 2024

This PR adds support for url imports in the binary executable. This allows for tailwind plugins to be imported from the internet if you aren't using node.js. e.g

import daisyui from "https://esm.sh/daisyui"
module.exports = {
  content: ['./templates/**/*.html'],
  theme: {
    extend: {},
  },
  plugins: [
    require('@tailwindcss/forms'),
    require('@tailwindcss/typography'),
    daisyui
  ],
}

@seanaye
Copy link
Author

seanaye commented Sep 4, 2024

@haiderRizvii is there anything you need from me to move this forward?

@haiderRizvii
Copy link

@seanaye seems good nothing else.

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.

2 participants