Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Sanderson <SteveSandersonMS@users.noreply.github.com>2022-09-23 14:35:06 +0300
committerGitHub <noreply@github.com>2022-09-23 14:35:06 +0300
commit9595822ca19da484bd4328b4b5b2de0c5a88dc60 (patch)
tree923efcbe3ec8c353223d7d177801a41ed8aba1f1
parent5195e688c25ad9b4e9e7891dcebd31fc26df8d45 (diff)
Add comment to WebAssembly empty template about scoped CSS. Fixes #43975stevesa/empty-template-scoped-css-comment
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/index.html b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/index.html
index 1cb32df1f8..014ed024e0 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/index.html
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/Client/wwwroot/index.html
@@ -8,6 +8,14 @@
<!--#if PWA -->
<link href="manifest.json" rel="manifest" />
<!--#endif -->
+
+ <!--#if Hosted -->
+ <!-- If you add any scoped CSS files, uncomment the following to load them
+ <link href="EmptyComponentsWebAssembly_CSharp.Client.styles.css" rel="stylesheet" /> -->
+ <!--#else -->
+ <!-- If you add any scoped CSS files, uncomment the following to load them
+ <link href="EmptyComponentsWebAssembly_CSharp.styles.css" rel="stylesheet" /> -->
+ <!--#endif -->
</head>
<body>