.NET wrapper around the LibSass (http://sass-lang.com/libsass) with the ability to support a virtual file system.
This package does not contain the native implementations of LibSass. Therefore, you need to choose and install the most appropriate package(s) for your platform. The following packages...
More information
BundleTransformer.SassAndScss contains one translator-adapter - `SassAndScssTranslator`. This adapter makes translation of Sass and SCSS code to CSS code by using the Dart Sass Host for .NET (https://github.com/Taritsyn/DartSassHost) version 1.0.1 (supports the Dart Sass...
More information
This package complements the LibSassHost package and contains the native implementation of LibSass version 3.6.5 for Linux (x64).
This package is only compatible with .NET Core.
.NET wrapper around the Dart Sass (https://github.com/sass/dart-sass) version 1.57.1 with the ability to support a virtual file system.
Since the original library is written in JavaScript, you will need a JS engine to run it. As a JS engine is used the JavaScript Engine Switcher library...
More information
Configures a project to automatically compile all SASS/SCSS files to css during build. No manual setup required and no dependencies are added to your project