RUST-NATIVE CSS TOOLCHAINPUBLIC PREVIEW / MEDELLÍN / 2026

Generic build tools

Integrate through files, not hidden hooks.

Vite, webpack, esbuild, CI systems, and custom pipelines consume explicit CSS, manifests, findings, maps, and asset plans.

Run PliegoCSS as a producer

Invoke compile or transform before the application bundler and pass its ordinary CSS output through the normal asset graph.

"scripts": {
  "css": "pliego-cssc compile --source src --output dist/pliego.css",
  "build": "npm run css && vite build"
}

Consume stable sidecars

Use the numbered JSON schemas for manifests, Token Graphs, findings, reachability, project indexes, and Asset Plans instead of scraping terminal text.

Keep topology in its owner

A framework adapter may export route and component reachability. PliegoCSS validates and projects that sidecar but does not crawl application internals.

Loading search index…

↑↓ navigate · enter open · esc close