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.
#addin nuget:?package=PlayNicely.Sass&version=1.3.3-beta-125&prerelease
                    
Install PlayNicely.Sass as a Cake Addin
#tool nuget:?package=PlayNicely.Sass&version=1.3.3-beta-125&prerelease
                    
Install PlayNicely.Sass 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 82 10/4/2024
1.4.2-beta-181 83 9/28/2024
1.4.2-beta-171 76 9/27/2024
1.4.2-beta-167 90 9/26/2024
1.4.2-beta-165 85 9/26/2024
1.4.2-beta-163 79 9/26/2024
1.4.1 119 9/26/2024
1.4.1-beta-159 92 9/26/2024
1.4.0 148 9/14/2024
1.4.0-beta-155 86 9/25/2024
1.4.0-beta-153 84 9/25/2024
1.4.0-beta-132 101 9/14/2024
1.3.3-beta-125 96 9/1/2024
1.3.2 130 6/1/2024
1.3.2-beta-118 98 7/12/2024
1.3.2-beta-111 108 6/1/2024
1.3.1 119 6/1/2024
1.3.1-beta-94 108 5/31/2024
1.3.1-beta-104 102 6/1/2024
1.3.0 122 5/17/2024
1.3.0-beta-86 101 5/22/2024
1.3.0-beta-81 106 5/21/2024
1.3.0-beta-68 114 5/17/2024
1.3.0-beta-33 98 5/12/2024
1.3.0-beta-28 99 5/12/2024