argentini.sfumato
6.1.9
dotnet tool install --global argentini.sfumato --version 6.1.9
dotnet new tool-manifest
dotnet tool install --local argentini.sfumato --version 6.1.9
#tool dotnet:?package=argentini.sfumato&version=6.1.9
nuke :add-package argentini.sfumato --version 6.1.9
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 argentini.sfumato
Later you can update Sfumato with the following command:
dotnet tool update --global argentini.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 argentini.sfumato
| Product | Versions 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. |
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.1.9 | 75 | 6/4/2026 |
| 6.1.8 | 86 | 6/2/2026 |
| 6.1.7 | 257 | 12/23/2025 |
| 6.1.6 | 194 | 12/21/2025 |
| 6.1.5 | 319 | 12/16/2025 |
| 6.1.3 | 458 | 11/19/2025 |
| 6.1.2 | 454 | 11/19/2025 |
| 6.1.1 | 456 | 11/18/2025 |
| 6.1.0 | 291 | 11/16/2025 |
| 6.0.58 | 329 | 11/13/2025 |
| 6.0.57 | 252 | 11/3/2025 |
| 6.0.56 | 242 | 10/29/2025 |
| 6.0.55 | 232 | 10/22/2025 |
| 6.0.54 | 230 | 9/13/2025 |
| 6.0.53 | 249 | 9/3/2025 |
| 6.0.52 | 299 | 8/4/2025 |
| 6.0.51 | 201 | 7/30/2025 |
| 6.0.50 | 184 | 7/30/2025 |
| 6.0.49 | 197 | 7/29/2025 |
| 6.0.48 | 195 | 7/29/2025 |
Fixed rare string parsing exception.