Version 2 supplied the whole class library and then when building for production, unused classes were removed
Version 3 uses JIT compiler to only include the classes you are using in your blade files.
Run npm run build if you want the files created and placed in your public folder. Otherwise, run npm run dev and leave it running for hot reloading each time you make a change.
Thanks guys,
@sinnbeck I was stupidly creating grid-cols dynamically like this grid-cols-{{$col_count}} and scratching my head for way tooo long.
@snapey I guess only having the classes you've used is pretty useful if you know the classes by heart, but would you know if I could get everything loaded so I can use autocomplete from PhpStorm?
@Sinnbeck Thanks for confirmation. Its a shame they bundle the software with the tailwind plugin as it makes my projects crash and when I enabled it yesterday it stopped all autocompletion for tailwind.