https://tailwindcss.com/docs/installation look for Laravel Mix
And here is documentation for Laravel mix https://laravel.com/docs/8.x/mix
Summer Sale! All accounts are 50% off this week.
I apologize if this is a very noob question.
I have recently started to take some tutorial on tailwind css, which was quite fun. In some of the tutorial it was installed by cdn( for simplicity sake) and in some cases it was installed by npm then configuring tailwind config file and postcss config file to make it work properly.
Now that i have a fresh L8 installation,(No jetstream) the welcome page is built with tailwindcss classes. I am curious to know how is tailwind css installed in L8? I dont see a cdn link , so not via cdn. Was it installed via npm, but i have not run npm install yet. Moreover, there is no tailwind config file or postcss config file. Can anybody help me to understand the background on this. Thanks in advance.
The welcome page has tailwind inspired classes, but all the CSS declarations are in-line within the head section of the page.
You would need to either install jetstream, a TALL stack preset or install Tailwind from its own instructions.
Please or to participate in this conversation.