Skip to content

0.6.0

Compare
Choose a tag to compare
@michaeldyrynda michaeldyrynda released this 09 May 12:01
· 147 commits to master since this release
1440903

The preset now uses to use JeffreyWay/laravel-mix-tailwind, which reduces the amount of configuration and boilerplate necessary to get Tailwind up and running.

As a result, laravel-mix@^2.1 is required. We'll handle updating your package.json for this, such that the package will still work with Laravel 5.5 out of the box.

main.css is now app.css to be consistent with a default Laravel install

The laravel-mix-tailwind plugin handles this for us, so there's nothing exceptional you need to do if you want to use mix.less() or mix.sass(), over the default mix.postCss().