thedevdojo / pines

The Pines UI library
https://devdojo.com/pines
2.13k stars 86 forks source link

Encouraging use of TailwindCSS development build in production? #18

Closed danawoodman closed 11 months ago

danawoodman commented 11 months ago

Am I correct in assuming Pines is encouraging people to use Tailwind with the dev JS build?

The docs here state to use it and I see no docs on a production version of this.

image

tnylea commented 11 months ago

Nope. We are not encouraging the use of TailwindCDN in production. If there's somewhere on the site that you think we can make this more clear let me know. I've added a warning with the following message: https://github.com/thedevdojo/pines/blob/main/getting-started/how-to-use.html#L8 to that page.

On that page it does state: If you want to test an element on a single HTML page, you can copy/paste this snippet below into any.htmlfile:

But just in case that wasn't clear I've added a warning on that page about using in production. That warning should go live on the site the next time we deploy on DevDojo.

Thanks!

danawoodman commented 11 months ago

Glad to hear 👍 I think the warning will help people