Profound.Kentico.SassPlugin 1100.46.1804

dotnet add package Profound.Kentico.SassPlugin --version 1100.46.1804
NuGet\Install-Package Profound.Kentico.SassPlugin -Version 1100.46.1804
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="Profound.Kentico.SassPlugin" Version="1100.46.1804" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Profound.Kentico.SassPlugin --version 1100.46.1804
#r "nuget: Profound.Kentico.SassPlugin, 1100.46.1804"
#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 Profound.Kentico.SassPlugin as a Cake Addin
#addin nuget:?package=Profound.Kentico.SassPlugin&version=1100.46.1804

// Install Profound.Kentico.SassPlugin as a Cake Tool
#tool nuget:?package=Profound.Kentico.SassPlugin&version=1100.46.1804

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.

This plugin uses BundleTransformer which doesn't work without additional modifications to the website configuration file. Please add the following section group within the <configSections> of your web.config file.

<sectionGroup name="bundleTransformer">
  <section name="core" type="BundleTransformer.Core.Configuration.CoreSettings, BundleTransformer.Core" />
</sectionGroup>
Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
1100.46.1804 1,237 5/31/2018
1100.46.1803 915 5/30/2018
1100.46.1802 985 5/30/2018
1100.46.1801 926 5/30/2018

This version works with Kentico 11