mvdnbrk / laravel-mix-tailwindcss

Tailwind CSS wrapper for Laravel Mix.
https://laravel-mix.com/extensions/tailwindcss
MIT License
47 stars 2 forks source link

A question about usage #1

Closed sunscreem closed 5 years ago

sunscreem commented 5 years ago

Hello, Sorry for asking a really dumb question.

Why would I use this? I've been using mix and tailwind for a while now and noticed this yesterday :)

mvdnbrk commented 5 years ago

mix.tailwind() and your done.

Offcourse your are free to use one of the other options as you can find in the Tailwind installation instructions for Mix.

sunscreem commented 5 years ago

Thank you @mvdnbrk - that's great. Will be using this going forward :)