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!
Sfumato requires that you already have the .NET 9.0 runtime installed, which you can get at https://dotnet.microsoft.com/en-us/download.
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
Use the following command for more information on editing your CSS file and using Sfumato commands and options:
sfumato help
If you need to completely uninstall Sfumato, use the command below:
dotnet tool uninstall --global argentini.sfumato