ember-learn / cli-guides

Step-by-step guides and tutorials for using the ember-cli to create apps and addons
https://cli.emberjs.com
MIT License
25 stars 76 forks source link

Using TailwindCSS with Ember #244

Closed maxwondercorn closed 2 years ago

maxwondercorn commented 2 years ago

Document best practice(s) for integrating/using TailwindCSS with Ember.

Issue based on Discord discussion re: difficulty in setting up/integrating TailwindCSS. Using PostCSS (chrism/emberjs-tailwind-purgecss) has been default method. Alternative and potentially simpler methods are now available with Tailwind's JIT mode and CLI.

This would be a good appendix topic.

cc: @NullVoxPopuli

NullVoxPopuli commented 2 years ago

I'll PR this later this week, thank you!!