2023-09-28 #css #tailwind #laravel #blade

Empty states with CSS and the `:only-child` selector

Here's a quick trick with the :only-child selector to display an empty state in a list.

Read more


2021-04-21 #tailwind #css

Why we use `!important` with Tailwind

Tl;dr: We use !important because it solves annoying specificity issues. Despite being overkill in most situations, we haven't come across any practical drawbacks from globally enabling it.

If you want to learn more about how we came to that conclusion and how CSS specificity works, read on!

Read more


2021-03-22 #laravel #vite-with-laravel #frontend #build-tools #tailwind

Vite with Laravel: Using Tailwind CSS

How to set up Tailwind CSS in Vite with Laravel.

Read more