PlayNicely.Sass 1.3.2

dotnet add package PlayNicely.Sass --version 1.3.2
NuGet\Install-Package PlayNicely.Sass -Version 1.3.2
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="PlayNicely.Sass" Version="1.3.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PlayNicely.Sass --version 1.3.2
#r "nuget: PlayNicely.Sass, 1.3.2"
#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.
// Install PlayNicely.Sass as a Cake Addin
#addin nuget:?package=PlayNicely.Sass&version=1.3.2

// Install PlayNicely.Sass as a Cake Tool
#tool nuget:?package=PlayNicely.Sass&version=1.3.2

Play Nicely - Sass

CSS is great but it does have its limitations, Sass is awesome but how do I get it to compile in my .NET project? That is the question that Play Nicely is here to answer.

This package adds npx package execution support for the (npm) sass transpiler into any .NET project.

Installation

Simply install this package into your project like any other NuGet dependency.

Install-Package PlayNicely.Sass

Getting Started

We recommend creating a node package, and adding sass as a dependency, before installing this package.

npm init -y
npm install sass

Once the sass npm package is installed, add this package as a dependency to the project (see Installation section).

That's it, this package will include any *.scss or *.sass files for transpilation, by default any file prefixed with _ (underscore) will not be transpiled, per sass' partial rules.

Configuration

By default, any *.sass or *.scss file will be transpiled. If the build property <SassIncludeDefaultItems/> is set to false, then you have to explicitly add <Sass Include="_your_file"/> items to your project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
1.3.2 0 6/1/2024
1.3.2-beta-111 0 6/1/2024
1.3.1 8 6/1/2024
1.3.1-beta-94 32 5/31/2024
1.3.1-beta-104 6 6/1/2024
1.3.0 83 5/17/2024
1.3.0-beta-86 69 5/22/2024
1.3.0-beta-81 65 5/21/2024
1.3.0-beta-68 80 5/17/2024
1.3.0-beta-33 70 5/12/2024
1.3.0-beta-28 64 5/12/2024