Updated to match plugin standard
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
<Folder Include="Interfaces\"/>
|
<Folder Include="Interfaces\"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup Label="Build instruction for nuget package building">
|
||||||
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
|
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
<PackagePath>src</PackagePath>
|
<PackagePath>src</PackagePath>
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
<ProjectReference Include="..\MoonlightServers.Shared\MoonlightServers.Shared.csproj"/>
|
<ProjectReference Include="..\MoonlightServers.Shared\MoonlightServers.Shared.csproj"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup Label="Build instruction for nuget package building">
|
||||||
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
|
<None Include="**\*.cs" Exclude="storage\**\*;bin\**\*;obj\**\*">
|
||||||
<Pack>true</Pack>
|
<Pack>true</Pack>
|
||||||
<PackagePath>src</PackagePath>
|
<PackagePath>src</PackagePath>
|
||||||
|
|||||||
1
MoonlightServers.Frontend/Styles/exports.css
Normal file
1
MoonlightServers.Frontend/Styles/exports.css
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/* Custom styles here */
|
||||||
1
MoonlightServers.Frontend/Styles/preTailwind.css
Normal file
1
MoonlightServers.Frontend/Styles/preTailwind.css
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/* Import custom fonts here */
|
||||||
@@ -1,10 +1,14 @@
|
|||||||
|
@import "./preTailwind.css";
|
||||||
@import "moonlight/preTailwind.nuget.css";
|
@import "moonlight/preTailwind.nuget.css";
|
||||||
|
|
||||||
@import "tailwindcss";
|
@import "tailwindcss";
|
||||||
|
|
||||||
|
@import "./exports.css";
|
||||||
@import "moonlight/nuget.css";
|
@import "moonlight/nuget.css";
|
||||||
|
|
||||||
@plugin "@tailwindcss/forms";
|
@plugin "@tailwindcss/forms" {
|
||||||
|
strategy: "base";
|
||||||
|
}
|
||||||
|
|
||||||
@source "../**/*.razor";
|
@source "../**/*.razor";
|
||||||
@source "../**/*.cs";
|
@source "../**/*.cs";
|
||||||
|
|||||||
Reference in New Issue
Block a user