Skip to content

Commit 660b5ab

Browse files
committed
fix(is it read): is it red
1 parent df3fc6b commit 660b5ab

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

Package.BlazorComponentLibrary/Package.BlazorComponentLibrary.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
<Folder Include="wwwroot\css\" />
5252
<Folder Include="wwwroot\js\" />
5353
</ItemGroup>
54+
<ItemGroup>
55+
<Content Update="wwwroot\**\*.*">
56+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
57+
</Content>
58+
</ItemGroup>
5459
<Target Name="WriteBclVersionToFile" BeforeTargets="PrepareForBuild">
5560
<WriteLinesToFile File="wwwroot/bclversion.txt" Lines="$(BCLVersion)" Overwrite="true" Encoding="UTF-8" />
5661
<WriteLinesToFile File="BCLVersion/VersionInfo.cs" Lines="namespace Package.BlazorComponentLibrary.BCLVersion { public static class VersionInfo { public static string Version = &quot;$(BCLVersion)&quot; %3B; } }" Overwrite="true" Encoding="UTF-8" />

SharedPages/wwwroot/css/app.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,9 @@
7575
code {
7676
color: #c02d76;
7777
}
78+
body {
79+
background-color: red;
80+
/*qqqq test*/
81+
}
7882
/* RCL Styles remember bundled scoped css we may not use it but it is extremely normal to so we may in future*/
7983
@import '_content/Package.BlazorComponentLibrary/Package.BlazorComponentLibrary.bundle.scp.css';

TestHostPrerenderWASM/TestHostPrerenderWASM.Client/GitPagesEntryPoint/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!--<base href="/GitPageBlazorWASM/" /-->
1313
<link rel="stylesheet" href="TestHostPrerenderWASM.Client.styles.css" />
1414
<link rel="stylesheet" href="_content/SharedPages/css/app.css" />
15-
15+
<link href="_content/TELBlazorComponentLibrary.GitPageBlazorWasm/css/nhsuk.css" rel="stylesheet" />
1616
</head>
1717

1818
<body>

0 commit comments

Comments
 (0)