LibSassHost.Native.win-x64 1.3.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package LibSassHost.Native.win-x64 --version 1.3.1
                    
NuGet\Install-Package LibSassHost.Native.win-x64 -Version 1.3.1
                    
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.Native.win-x64" Version="1.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LibSassHost.Native.win-x64" Version="1.3.1" />
                    
Directory.Packages.props
<PackageReference Include="LibSassHost.Native.win-x64" />
                    
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 LibSassHost.Native.win-x64 --version 1.3.1
                    
#r "nuget: LibSassHost.Native.win-x64, 1.3.1"
                    
#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=LibSassHost.Native.win-x64&version=1.3.1
                    
Install LibSassHost.Native.win-x64 as a Cake Addin
#tool nuget:?package=LibSassHost.Native.win-x64&version=1.3.1
                    
Install LibSassHost.Native.win-x64 as a Cake Tool

This package complements the LibSassHost package and contains the native implementation of LibSass version 3.6.4 for Windows (x64).

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on LibSassHost.Native.win-x64:

Package Downloads
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.

MillsSoftware.CoreSassCompiler

ASP.NET Core Sass Compiler with custom Razor tag

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LibSassHost.Native.win-x64:

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.5.0 24,512 7/15/2024
1.4.0 29,237 12/26/2023
1.3.3 315,050 5/22/2021
1.3.2 243,393 10/9/2020
1.3.1 93,769 5/1/2020
1.2.10 114,507 11/8/2019
1.2.9 3,559 10/29/2019
1.2.8 2,115 10/28/2019
1.2.7 27,705 10/8/2019
1.2.6 109,907 8/8/2019
1.2.5 47,309 6/17/2019
1.2.4 46,433 5/19/2019
1.2.3 28,201 2/19/2019
1.2.0 126,991 11/16/2018
1.1.9 102,601 4/25/2018
1.1.8 4,125 3/19/2018
1.1.7 1,256 3/13/2018
1.1.6 8,130 3/6/2018
1.1.5 3,745 2/6/2018
1.1.4 3,483 1/12/2018
1.1.3 60,265 11/15/2017
1.1.2 1,376 11/9/2017
1.1.0 1,743 10/24/2017
1.0.4 74,963 5/23/2017
1.0.3 17,763 3/31/2017
1.0.0 23,054 3/3/2017
1.0.0-beta1 905 3/1/2017
1.0.0-alpha2 913 2/8/2017
1.0.0-alpha1 930 1/30/2017

1. Added support of the LibSass version 3.6.4;
2. Fixed a error #35 “Unable to load DLL 'libsass' on Windows Server 2008 R2”. Special thanks to Herman Kan.