fynydd.sfumato
5.1.1
dotnet tool install --global fynydd.sfumato --version 5.1.1
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local fynydd.sfumato --version 5.1.1
#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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
This package has no dependencies.
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