Skip to content
Standard
Reader
Log in
Tag
Tailwind
Articles and publications tagged Tailwind across the Atmosphere.
30
articles
15
publications
Articles
Publications
Recent
Recent
Trending
Most popular
myles braithwaite
·
Jun 17, 2026
Untitled Note Post
1
·
Yarrow
·
Astro
Ben Bachem
·
Apr 6, 2026
Don't pass className to your components
Why className and style props make your life harder, not easier
react
·
css
Mariano Guerra's Log
·
Feb 12, 2026
MargaUI: A No-Build, Native Tailwind 4 Port of DaisyUI
Simplifying things with coding agents is also an option
1
·
tailwind
·
css
Zaborowski.dev
·
Jan 8, 2026
𝗔𝗿𝗲 𝗟𝗟𝗠𝘀 𝗧𝗵𝗿𝗲𝗮𝘁𝗲𝗻𝗶𝗻𝗴 𝗢𝗽𝗲𝗻 𝗦𝗼𝘂𝗿𝗰𝗲 𝗜𝗻𝗻𝗼𝘃𝗮𝘁𝗶𝗼𝗻?
ai
·
oss
Harshit's Notes
·
Jan 8, 2026
The Tailwind Labs Story: How AI Disrupted a Successful Business Model
On January 6, 2026, Adam Wathan, creator of Tailwind CSS, made a difficult announcement that sent shockwaves through the web development community: Tailwind Labs laid off 75% of its engineering team—three out of four engineers—despite the framework being more popular than ever. The layoffs occurred because of a brutal 80% revenue collapse, driven primarily by the way artificial intelligence has fundamentally altered how developers learn, build, and consume development tools. This situation represents a watershed moment in understanding how AI impacts not just the broader tech industry, but specifically the economics of open-source software businesses and their commercial derivatives.
#software
·
frontend
Scott Spence
·
Jun 28, 2025
Shared Tailwind CSS Themes in Svelte Monorepos
I’m currently in the process of migrating a large SvelteKit monorepo from Svelte 4 to Svelte 5 with my team. The UI package is still on Svelte 4 and it’s causing a lot of headaches with svelte-check in CI and the and event delegation (UI package...
sveltekit
·
tailwind
Scott Spence
·
Feb 11, 2025
Theme Switching in SvelteKit Updated for daisyUI v5 and Tailwind v4
Aight! Let’s go over the migration from Tailwind v3 to v4 and daisyUI v3 to v5 in a SvelteKit project, I’ll not go into a massive preamble here on the improvements that Tailwind v4 brings, essentially , it good, it faster, it simpler, with modern...
2
·
sveltekit
·
daisyui
Scott Spence
·
Oct 25, 2024
Scrollbar Styling with Tailwind and daisyUI
Remember when I wrote about changing scrollbar colour with Tailwind CSS? Good times! 😅 Well, that post was ago and stuff don’t stay the same for long in modern web dev. The sitch: I noticed my scrollbar styles were being applied when the mouse...
css
·
tailwind
Scott Spence
·
Oct 20, 2024
The new Svelte (sv) CLI, adding Tailwind is simple now
Aight! With Svelte Summit Fall 2024 done with we got a load of cool new announcements, Svelte 5 being the big one along with the new site and docs! Beautiful! One of the other big announcements was the new Svelte CLI which combines with the ...
tailwind
·
svelte
marko.tech
·
Aug 8, 2024
Tailwind CSS Cheatsheet
A cheatsheet on how to use Tailwind CSS classes and links to resources.
CSS
·
Tailwind
nove-b blog
·
Jun 29, 2024
tailwindで定義した色をimportして使用する
tailwindで定義した色をimportして使用する
tailwind
Devtools FM
·
Jun 16, 2024
Naman Goel - StyleX
Naman Goel, StyleX technical lead, breaks down Facebook's CSS-in-JS solution and why it outperforms other styling frameworks.
technology
·
react
Cory Dransfeldt
·
Jan 5, 2024
I removed Tailwind from my site
A brief run through removing Tailwind.css from this site.
development
·
css
Scott Spence
·
Jul 1, 2023
Customising Fonts in Tailwind CSS and daisyUI
Tailwind is awesome n’ all but what do you do when you want to change the default fonts. I’ve spent a bit of time customising this site to use local fonts above the default used in Tailwind CSS. In this post I’ll go over adding in new fonts for...
css
·
tailwind
Scott Spence
·
Jun 28, 2023
Cookie-Based Theme Selection in SvelteKit with daisyUI
This guide will cover how to add a cookie-based theme selection to a SvelteKit site using daisyUI. I’ve always liked implementing something in the way of a theme change into my sites. This often meant that I’d have to define my own theme up-front...
sveltekit
·
daisyui
💌 Tiny Improvements - for builders, by @MikeBifulco.com
·
Apr 17, 2023
Add custom fonts to Next.js sites with Tailwind using next/font
Learn how to add custom fonts to your Next.js app using next/font and Tailwind CSS. Improve user experience without sacrificing performance.
nextjs
·
react
Escaped localhost
·
Jan 17, 2023
Rock Paper Scissors
Rock Paper Scissors (Lizard Spock) Battle Simulator
react
·
astro
Scott Spence
·
Jan 6, 2023
Gradient animations with Tailwind CSS and SvelteKit
Tailwind is cool, right? Really configurable as well, I wanted to add some gradient animation to a project of mine. So did a search and found this awesome post by Victor Yoalli on how to do it! Thanks Victor! I’ve basically taken Victor’s code and...
css
·
tailwind
Jake Lazaroff
·
Nov 29, 2022
Tailwind is a Leaky Abstraction
Although Tailwind does have some benefits, ultimately it’s just one more thing to learn.
css
·
tailwind
Escaped localhost
·
Sep 19, 2022
Spider parser
Spider is a powerful web article parser that transforms cluttered web pages into clean, readable content.
astro
·
nextjs
Escaped localhost
·
Sep 9, 2022
Meme Generator
Canvas meme generator built with Vite and React, on a hand-corrected copy of the imgflip.com API.
react
·
vite
Scott Spence
·
Jul 12, 2022
Change Browser Scrollbar Colour with Tailwind CSS
Styling a scrollbar with Tailwind CSS for Chrome, Edge, Safari and Firefox. This is possible with vendor prefixes and pseudo-elements. I touched on the configuration for this in the Change Text Highlight Color with Tailwind CSS post I did recently.
css
·
tailwind
Scott Spence
·
Jun 3, 2022
Change Text Highlight Color with Tailwind CSS
How to change the highlight color of text on the page? Here’s the situation! I wanted to change the text highlight color to a different colour than the default blue on my site. To change the default text highlight color in a Tailwind CSS...
css
·
tailwind
Scott Spence
·
Apr 16, 2022
Create Skip To Content With Tailwind CSS
Skip links are internal links that allow you to skip to the main content of the page. So on this page, if you hit the tab key you’ll see a skip navigation button, something like this:
tailwind
·
css
Home
Latest
Discover
Search