using-unocss-with-templ
Installation
SKILL.md
Using UnoCSS with Templ
Integrate UnoCSS, an instant on-demand atomic CSS engine, with Go's templ templating language to build static sites with utility-first CSS.
Use this skill when setting up UnoCSS for templ projects, configuring CSS extraction from .templ files, or building static sites with Go and atomic CSS.
Quick Start
1. Install Dependencies
# Install templ
go install github.com/a-h/templ/cmd/templ@latest
# Install UnoCSS CLI
npm install -D unocss @unocss/cli