Updated to match plugin standard

This commit is contained in:
2025-06-01 11:53:20 +02:00
parent 4fdcc7aff1
commit 2bf56f6963
5 changed files with 9 additions and 3 deletions

View File

@@ -33,7 +33,7 @@
<Folder Include="Interfaces\"/>
</ItemGroup>
<ItemGroup>
<ItemGroup Label="Build instruction for nuget package building">
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
<Pack>true</Pack>
<PackagePath>src</PackagePath>

View File

@@ -36,7 +36,7 @@
<ProjectReference Include="..\MoonlightServers.Shared\MoonlightServers.Shared.csproj"/>
</ItemGroup>
<ItemGroup>
<ItemGroup Label="Build instruction for nuget package building">
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
<Pack>true</Pack>
<PackagePath>src</PackagePath>

View File

@@ -0,0 +1 @@
/* Custom styles here */

View File

@@ -0,0 +1 @@
/* Import custom fonts here */

View File

@@ -1,10 +1,14 @@
@import "./preTailwind.css";
@import "moonlight/preTailwind.nuget.css";
@import "tailwindcss";
@import "./exports.css";
@import "moonlight/nuget.css";
@plugin "@tailwindcss/forms";
@plugin "@tailwindcss/forms" {
strategy: "base";
}
@source "../**/*.razor";
@source "../**/*.cs";