Skip to content

Commit fb25d86

Browse files
committed
Remove css
1 parent 292e093 commit fb25d86

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

src/Components/Browser.JS/src/components.server.css

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/Components/test/testassets/ComponentsApp.Server/Pages/Index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<base href="/" />
1111
<link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
1212
<link href="css/site.css" rel="stylesheet" />
13-
<link href="_framework/components.server.css" rel="stylesheet" />
1413
</head>
1514
<body>
1615
<app>@(await Html.RenderComponentAsync<App>())</app>

src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/Pages/Index.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"/>
1818
</environment>
1919
<link href="css/site.css" rel="stylesheet" />
20-
<link href="_framework/components.server.css" rel="stylesheet" />
2120
</head>
2221
<body>
2322
<app>@(await Html.RenderComponentAsync<App>())</app>

0 commit comments

Comments
 (0)