fynydd.sfumato 6.1.10

dotnet tool install --global fynydd.sfumato --version 6.1.10
                    
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.1.10
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fynydd.sfumato&version=6.1.10
                    
nuke :add-package fynydd.sfumato --version 6.1.10
                    

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.1.10 121 6/13/2026
6.1.9 131 6/4/2026
6.1.8 121 6/2/2026
6.1.7 265 12/23/2025
6.1.6 191 12/21/2025
6.1.5 304 12/16/2025
6.1.3 448 11/19/2025
6.1.2 433 11/19/2025
6.1.1 459 11/18/2025
6.1.0 277 11/16/2025
6.0.58 331 11/13/2025
6.0.57 243 11/3/2025
6.0.56 233 10/29/2025
6.0.55 228 10/22/2025
6.0.54 239 9/13/2025
6.0.53 248 9/3/2025
6.0.52 275 8/4/2025
6.0.51 194 7/30/2025
6.0.50 184 7/30/2025
6.0.49 188 7/29/2025
Loading failed

Ignore output CSS file path when scanning for changes.