Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Create a MudBlazor version of the package
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-gh committed Dec 26, 2023
1 parent 2d15a3b commit c242dfe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AspNetCore.SassCompiler/AspNetCore.SassCompiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<PackageId>AspNetCore.SassCompiler</PackageId>
<Version>1.69.5</Version>
<PackageId>MudBlazor.SassCompiler</PackageId>
<Version>2.0.0</Version>
<Authors>koenvzeijl,sleeuwen,Michaelvs97</Authors>
<Description>Sass Compiler Library for .NET Core 3.1/5.x/6.x. without node</Description>
<PackageDescription>Sass Compiler Library for .NET Core 3.1/5.x/6.x. without node, using dart-sass as a compiler</PackageDescription>
<PackageTags>sass;scss;aspnetcore;dart-sass;compiler;watch;blazor;</PackageTags>
<RepositoryUrl>https://github.com/koenvzeijl/AspNetCore.SassCompiler</RepositoryUrl>
<RepositoryUrl>https://github.com/MudBlazor/AspNetCore.SassCompiler</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Title>AspNetCore.SassCompiler</Title>
<LangVersion>8.0</LangVersion>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Note
This is a MudBlazor fork of the excellent [AspNetCore.SassCompiler](https://github.com/koenvzeijl/AspNetCore.SassCompiler) package.
Please contribute any PRs and Issues to the original package.

# AspNetCore.SassCompiler
[![NuGet Version](https://img.shields.io/nuget/v/AspNetCore.SassCompiler.svg?style=flat)](https://www.nuget.org/packages/AspNetCore.SassCompiler/)


Sass Compiler Library for .NET Core 3.1/5.x./6.x without node.

## Installation
Expand Down

0 comments on commit c242dfe

Please sign in to comment.