chrism / emberjs-tailwind-purgecss

A guide to using Tailwind v1.0 and Purge CSS with EmberJS
71 stars 12 forks source link

Rename Tailwind config for better editor support #12

Closed zeppelin closed 4 years ago

zeppelin commented 4 years ago

Designed to work with this particular VS Code extension OOTB, I guess they're following most conventional naming: https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss

zeppelin commented 4 years ago

The other solution would've been to just rename to app/tailwind/config.jsapp/tailwind/tailwind.config.js, but that seemed a bit redundant.

chrism commented 4 years ago

So sorry I missed this at the time @zeppelin. thank you!