fynydd.sfumato 6.2.0

dotnet tool install --global fynydd.sfumato --version 6.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local fynydd.sfumato --version 6.2.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fynydd.sfumato&version=6.2.0
                    
nuke :add-package fynydd.sfumato --version 6.2.0
                    

Sfumato: The Ultra-Fast CSS Generation Tool

Sfumato is a lean, modern, utility-based CSS framework with relative UI scaling and adaptive design built-in. Add few lines to your CSS file and Sfumato will watch your project as you work, keeping track of changes, and generate a custom, tiny CSS file based only on the utility classes you use. And Sfumato uses the same class naming convention as Tailwind CSS v4!

  • The Sfumato CLI tool is written in cross-platform (multi-threaded) native code, not javascript, and is much faster than Tailwind
  • Sfumato provides an optional scalable CSS system that makes all the viewport sizes between breakpoints scale like a PDF for a more controlled layout
  • Dark theme mode that supports system theme matching, as well as classes that include an "auto" class to fall back to system matching
  • Integrated form element styles (class compatible with Tailwind forms plugin)
  • One install works for all your projects!

Installation

1. Install Microsoft .NET

Sfumato requires that you already have the .NET 10 runtime installed, which you can get at https://dotnet.microsoft.com/en-us/download.

2. Install Sfumato

Run the following command in your command line interface (e.g. cmd, PowerShell, Terminal, bash, etc.):

dotnet tool install --global fynydd.sfumato

Later you can update Sfumato with the following command:

dotnet tool update --global fynydd.sfumato

How To Use

Use the following command for more information on editing your CSS file and using Sfumato commands and options:

sfumato help

Uninstall

If you need to completely uninstall Sfumato, use the command below:

dotnet tool uninstall --global fynydd.sfumato

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
6.2.0 82 9/12/2026
6.1.10 157 6/13/2026
6.1.9 136 6/4/2026
6.1.8 131 6/2/2026
6.1.7 271 12/23/2025
6.1.6 197 12/21/2025
6.1.5 308 12/16/2025
6.1.3 452 11/19/2025
6.1.2 436 11/19/2025
6.1.1 462 11/18/2025
6.1.0 278 11/16/2025
6.0.58 340 11/13/2025
6.0.57 249 11/3/2025
6.0.56 237 10/29/2025
6.0.55 235 10/22/2025
6.0.54 244 9/13/2025
6.0.53 254 9/3/2025
6.0.52 282 8/4/2025
6.0.51 201 7/30/2025
6.0.50 191 7/30/2025
Loading failed

Ignore output CSS file path when scanning for changes.