besteadfast / carbon

Steadfast's starter project - Craft CMS, Vite, and DDEV
3 stars 2 forks source link

Switch to using ESM for Tailwind & Carbon config file #49

Closed jakedohm closed 11 months ago

jakedohm commented 11 months ago

Currently we're using CJS (CommonJS) for our Tailwind config and carbon config file (currently named stallion.cjs, #48). This is because Tailwind didn't support ESM previously. But in a newer version of Tailwind, ESM is now supported. So, let's upgrade Tailwind and then convert over to ESM.