News

Generate Tailwind Utility Stylesheets on Demand with Curlwind

Published
Generate Tailwind Utility Stylesheets on Demand with Curlwind image

Curlwind is a no-build Tailwind to get the CSS utility classes you want. It allows you to generate Tailwind stylesheets on demand and those generated stylesheets are cached indefinitely so your site stays fast.

The author mentioned that this project is for very niche use-cases. I thought it might be useful in cases where you don't have a build step, want to introduce Tailwind to an existing project in a limited capacity, or perhaps you only want specific Tailwind utilities:

  • Don't need to install node
  • Don't need to install tailwind
  • Don't need to configure tailwind
  • Don't need to have any build step (no watcher, etc)

It works by providing the utlities you want as query params in the URL, and supports wildcards:

<link href="https://cdn.curlwind.com?classes=p-*,m-*">

You can learn more about this project and get started by visiting curlwind.com. The source code is available on Github at stevebauman/curlwind.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article