JeffreyWay / laravel-mix-tailwind

mix.tailwind()
347 stars 25 forks source link

Using the new `@tailwindcss/jit` compiler #31

Closed Yiddishe-Kop closed 3 years ago

Yiddishe-Kop commented 3 years ago

I'm super excited to use the new @tailwindcss/jit compiler 🤤. However I haven't had any success using it with this package.

Any ideas?

I'm on Laravel Mix v6 & Postcss 8.2.1

florianbouvot commented 3 years ago

It works for me without this plugin and using this config: https://github.com/florianbouvot/laravel-mix-boilerplate/tree/next

Yiddishe-Kop commented 3 years ago

This fixed it for me.