PlayNicely.Sass 1.3.3-beta-125

This is a prerelease version of PlayNicely.Sass.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PlayNicely.Sass --version 1.3.3-beta-125
                    
NuGet\Install-Package PlayNicely.Sass -Version 1.3.3-beta-125
                    
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.3-beta-125">
  <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.
<PackageVersion Include="PlayNicely.Sass" Version="1.3.3-beta-125" />
                    
Directory.Packages.props
<PackageReference Include="PlayNicely.Sass">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 PlayNicely.Sass --version 1.3.3-beta-125
                    
#r "nuget: PlayNicely.Sass, 1.3.3-beta-125"
                    
#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 PlayNicely.Sass@1.3.3-beta-125
                    
#: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=PlayNicely.Sass&version=1.3.3-beta-125&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PlayNicely.Sass&version=1.3.3-beta-125&prerelease
                    
Install as a Cake Tool

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.4.2-beta-191 127 10/4/2024
1.4.2-beta-181 110 9/28/2024
1.4.2-beta-171 103 9/27/2024
1.4.2-beta-167 120 9/26/2024
1.4.2-beta-165 115 9/26/2024
1.4.2-beta-163 105 9/26/2024
1.4.1 147 9/26/2024
1.4.1-beta-159 119 9/26/2024
1.4.0 179 9/14/2024
1.4.0-beta-155 112 9/25/2024
1.4.0-beta-153 111 9/25/2024
1.4.0-beta-132 126 9/14/2024
1.3.3-beta-125 120 9/1/2024
1.3.2 156 6/1/2024
1.3.2-beta-118 126 7/12/2024
1.3.2-beta-111 140 6/1/2024
1.3.1 152 6/1/2024
1.3.1-beta-94 135 5/31/2024
1.3.1-beta-104 135 6/1/2024
1.3.0 149 5/17/2024
1.3.0-beta-86 132 5/22/2024
1.3.0-beta-81 135 5/21/2024
1.3.0-beta-68 140 5/17/2024
1.3.0-beta-33 128 5/12/2024
1.3.0-beta-28 129 5/12/2024