PlayNicely.Sass
1.3.1-beta-104
See the version list below for details.
dotnet add package PlayNicely.Sass --version 1.3.1-beta-104
NuGet\Install-Package PlayNicely.Sass -Version 1.3.1-beta-104
<PackageReference Include="PlayNicely.Sass" Version="1.3.1-beta-104"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add PlayNicely.Sass --version 1.3.1-beta-104
#r "nuget: PlayNicely.Sass, 1.3.1-beta-104"
// Install PlayNicely.Sass as a Cake Addin #addin nuget:?package=PlayNicely.Sass&version=1.3.1-beta-104&prerelease // Install PlayNicely.Sass as a Cake Tool #tool nuget:?package=PlayNicely.Sass&version=1.3.1-beta-104&prerelease
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.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.0
- PlayNicely.NpmNpx (>= 1.3.0)
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 | 68 | 10/4/2024 |
1.4.2-beta-181 | 68 | 9/28/2024 |
1.4.2-beta-171 | 62 | 9/27/2024 |
1.4.2-beta-167 | 73 | 9/26/2024 |
1.4.2-beta-165 | 71 | 9/26/2024 |
1.4.2-beta-163 | 63 | 9/26/2024 |
1.4.1 | 85 | 9/26/2024 |
1.4.1-beta-159 | 78 | 9/26/2024 |
1.4.0 | 132 | 9/14/2024 |
1.4.0-beta-155 | 70 | 9/25/2024 |
1.4.0-beta-153 | 71 | 9/25/2024 |
1.4.0-beta-132 | 88 | 9/14/2024 |
1.3.3-beta-125 | 82 | 9/1/2024 |
1.3.2 | 115 | 6/1/2024 |
1.3.2-beta-118 | 86 | 7/12/2024 |
1.3.2-beta-111 | 95 | 6/1/2024 |
1.3.1 | 105 | 6/1/2024 |
1.3.1-beta-94 | 97 | 5/31/2024 |
1.3.1-beta-104 | 92 | 6/1/2024 |
1.3.0 | 106 | 5/17/2024 |
1.3.0-beta-86 | 90 | 5/22/2024 |
1.3.0-beta-81 | 94 | 5/21/2024 |
1.3.0-beta-68 | 105 | 5/17/2024 |
1.3.0-beta-33 | 90 | 5/12/2024 |
1.3.0-beta-28 | 88 | 5/12/2024 |