argentini.sfumato.core 6.1.9

dotnet add package argentini.sfumato.core --version 6.1.9
                    
NuGet\Install-Package argentini.sfumato.core -Version 6.1.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="argentini.sfumato.core" Version="6.1.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="argentini.sfumato.core" Version="6.1.9" />
                    
Directory.Packages.props
<PackageReference Include="argentini.sfumato.core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add argentini.sfumato.core --version 6.1.9
                    
#r "nuget: argentini.sfumato.core, 6.1.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package argentini.sfumato.core@6.1.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=argentini.sfumato.core&version=6.1.9
                    
Install as a Cake Addin
#tool nuget:?package=argentini.sfumato.core&version=6.1.9
                    
Install as a Cake Tool

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!

  • Sfumato Core 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)
  • Add to your project via nuget and Sfumato generates CSS as you make changes during debug

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. Add Sfumato

Add the argentini.sfumato.core nuget package.

How To Use

Install and configure Sfumato Core in your ASP.NET project.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.
  • net10.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.1.9 66 6/4/2026
6.1.8 82 6/2/2026
6.1.7 233 12/23/2025
6.1.6 181 12/21/2025
6.1.5 293 12/16/2025
6.1.4 215 11/27/2025
6.1.3 442 11/19/2025
6.1.2 431 11/19/2025
6.1.1 425 11/18/2025
6.1.0 266 11/16/2025

Fixed rare string parsing exception.