catppuccin / tailwindcss

💨 Soothing pastel theme for Tailwind CSS
https://tailwindcss.catppuccin.com/
MIT License
372 stars 5 forks source link

Is it possible to install this without npm? #9

Closed bwbuhse closed 1 year ago

bwbuhse commented 1 year ago

I have a yew.rs project that I'm just using the standalone tailwindcss cli for, no npm. My deploy script curl's it and on my personal dev machine I just have it installed from the aur.

Is it possible to use this plugin for it without npm install -D?

nekowinston commented 1 year ago

I haven't worked with your tech stack, but it might be possible to use https://esm.sh for it?

https://esm.sh/@catppuccin/tailwindcss@0.1.1
bwbuhse commented 1 year ago

it might be possible to use https://esm.sh/ for it?

Thanks, I'll take a look!

bwbuhse commented 1 year ago

Seems like the standalone tailwind cli only supports the first-party tailwind plugins, so I guess I'll have to make a package.json for this.