fynydd.sfumato 5.1.1

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

SFUMATO

Sfumato is a lean, modern, utility-based CSS framework with relative UI scaling built-in.

Create one simple "sfumato.yml" file for your web-based app or website project and run the Sfumato CLI command.

It will watch you as you work, keep track of your markup changes, and generate a custom, tiny CSS library based on only what you use in your project.

Sfumato has Dart Sass built-in (cross platform) so you gain all the benefits of SCSS logic and features as part of your stylesheet development.

And Sfumato uses the same class naming convention as Tailwind CSS.

Install dotnet 9 or later from https://dotnet.microsoft.com/en-us/download and then install Sfumato with the following command:

dotnet tool install --global fynydd.sfumato

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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
5.1.1 249 12/13/2024
5.1.0 167 12/12/2024
5.0.77 175 11/1/2024
5.0.76 186 10/28/2024
5.0.75 289 7/8/2024
5.0.74 281 7/7/2024
5.0.73 209 6/8/2024
5.0.72 247 6/6/2024
5.0.70 281 5/16/2024

Bug fix: update to .NET 9, update dependencies, update to Dart Sass 1.82.0, SCSS @apply statements can now be used in @import files