LibSassHost 0.4.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package LibSassHost --version 0.4.5
NuGet\Install-Package LibSassHost -Version 0.4.5
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="LibSassHost" Version="0.4.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LibSassHost --version 0.4.5
#r "nuget: LibSassHost, 0.4.5"
#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 LibSassHost as a Cake Addin
#addin nuget:?package=LibSassHost&version=0.4.5

// Install LibSassHost as a Cake Tool
#tool nuget:?package=LibSassHost&version=0.4.5

.NET wrapper around the libSass (http://sass-lang.com/libsass) version 3.3.4 with the ability to support a virtual file system. For correct working of the LibSass Host require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on LibSassHost:

Package Downloads
Karambolo.AspNetCore.Bundling.Sass

Sass compilation and bundling implementation based on LibSassHost for the Karambolo.AspNetCore.Bundling library.

Abstractions.Sass.CrossPlatformLibSass

Bundles native implementations of libsass for both Windows and Linux with LibSassHost.

MustardBlack-Core.Assets.Css.Sass

Package Description

JacobDixon.AspNetCore.LiveSassCompile

Live SASS compile sets up file watchers to automatically build SASS changes while the server is running.

Profound.Kentico.SassPlugin

Provides support for Sass (.scss) preprocessing and uses Autoprefixer to add vendor prefixes automatically. In Kentico CSS Stylesheets application, a new Sass file type would be available, and stylesheets can be created in .scss format. A live preview of compiled css containing vendor prefixes would be available. Supports all Sass formats including mixin. Vendor prefixes can be configured via browserlist string settings.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LibSassHost:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
VirtoCommerce/vc-storefront
Virto Commerce Storefront - ASP.NET Core 8.0
Version Downloads Last updated
1.4.0 6,059 12/26/2023
1.3.3 256,098 5/22/2021
1.3.2 236,685 10/9/2020
1.3.1 90,593 5/1/2020
1.3.0 16,057 4/15/2020
1.2.10 107,089 11/8/2019
1.2.9 2,337 10/29/2019
1.2.8 1,898 10/28/2019
1.2.7 31,354 10/8/2019
1.2.6 117,295 8/8/2019
1.2.5 49,976 6/17/2019
1.2.4 35,594 5/19/2019
1.2.3 63,022 2/19/2019
1.2.2 118,335 12/20/2018
1.2.1 16,966 11/19/2018
1.2.0 1,180 11/16/2018
1.2.0-beta1 1,087 9/7/2018
1.1.9 95,493 4/25/2018
1.1.8 5,640 3/19/2018
1.1.7 1,778 3/13/2018
1.1.6 7,309 3/6/2018
1.1.5 4,570 2/6/2018
1.1.4 5,348 1/12/2018
1.1.3 62,027 11/15/2017
1.1.2 1,756 11/9/2017
1.1.1 2,950 10/25/2017
1.1.0 1,534 10/24/2017
1.0.4 74,877 5/23/2017
1.0.3 29,492 3/31/2017
1.0.2 2,931 3/26/2017
1.0.1 12,224 3/9/2017
1.0.0 5,172 3/3/2017
1.0.0-beta1 1,261 3/1/2017
1.0.0-alpha2 1,177 2/8/2017
1.0.0-alpha1 1,126 1/30/2017
0.6.4 25,483 1/8/2017
0.6.3 2,052 1/1/2017
0.6.2 6,543 12/22/2016
0.6.1 49,419 12/10/2016
0.6.0 33,933 10/24/2016
0.5.2 13,471 7/11/2016
0.5.1 10,814 4/25/2016
0.5.0 32,570 4/24/2016
0.4.6 1,417 4/19/2016
0.4.5 11,551 3/20/2016
0.4.4 1,809 3/19/2016
0.4.3 9,846 1/20/2016
0.4.2 4,113 1/19/2016
0.4.2-alpha3 1,283 1/18/2016
0.4.2-alpha2 1,166 1/13/2016
0.4.2-alpha1 1,169 1/10/2016
0.4.1 18,296 11/11/2015
0.4.0 1,550 11/10/2015
0.3.1 1,492 11/2/2015
0.3.0 1,324 11/2/2015
0.2.0 1,429 10/24/2015

Fixed a error #6 “Mixin rendering problem”.