SR
Steven Richardson
About Articles. Skills Tools
Articles › blade
TAG ARCHIVE

Everything on blade.

4 articles tagged blade, sorted newest first.

tailwind June 27th, 2026

Tailwind v4 @reference: Fix @apply in Blade & Scoped CSS

Tailwind v4 resolves @apply against the theme in the current file, so a second CSS bundle throws 'unknown utility class'. Here's how @reference fixes it without duplicating output.

7 min read →
tailwind June 15th, 2026

Safelist Dynamic Blade Classes in Tailwind v4 with @source inline()

A Blade class like bg-{{ $color }}-500 works locally then disappears in production. Here's the Tailwind v4 fix with @source inline().

6 min read →
livewire June 8th, 2026

Livewire 4 wire:intersect: Infinite Scroll Pagination Without a JS Library

wire:intersect wraps IntersectionObserver so a scroll into view triggers a Livewire action. Here is the cursor-pagination pattern that loads each page exactly once.

9 min read →
livewire May 31st, 2026

Livewire 4 @placeholder: Skeleton Loaders That Match Your Island Layout

Drop a @placeholder block inside a lazy island and your dashboard widgets get a skeleton that matches their layout: no more layout shifts when slow queries finally arrive.

9 min read →
← Back to all articles
SR
Steven Richardson

CTO at Digitonic. Writing notes on Laravel, architecture, and the craft of leading software teams — from the west coast of Scotland.

Site

Home About Articles Skills Tools

Elsewhere

GitHub LinkedIn X RSS
© 2026 Steven Richardson
Terms Privacy Built with Laravel + Tailwind