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
<PackageReference Include="argentini.sfumato.core" Version="6.1.9" />
<PackageVersion Include="argentini.sfumato.core" Version="6.1.9" />
<PackageReference Include="argentini.sfumato.core" />
paket add argentini.sfumato.core --version 6.1.9
#r "nuget: argentini.sfumato.core, 6.1.9"
#:package argentini.sfumato.core@6.1.9
#addin nuget:?package=argentini.sfumato.core&version=6.1.9
#tool nuget:?package=argentini.sfumato.core&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!
- 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 | Versions 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. |
-
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.
Fixed rare string parsing exception.