Skip to content

Commit d05ec27

Browse files
committed
doc: 移除打包样式引用代码
1 parent 44e105d commit d05ec27

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/BootstrapBlazor.Server/Components/Samples/Icons/AntDesignIcons.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
@layout MainLayout
33
@inject IStringLocalizer<AntDesignIcons> Localizer
44

5-
<HeadContent>
6-
<link rel="stylesheet" href="@Assets["_content/BootstrapBlazor.AntDesignIcon/BootstrapBlazor.AntDesignIcon.bundle.scp.css"]" />
7-
</HeadContent>
8-
95
<h3>@Localizer["AntDesignIconTitle"]</h3>
106

117
<h4>@Localizer["AntDesignIconDescription"]</h4>

src/BootstrapBlazor.Server/Components/Samples/Icons/ElementIcons.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
@layout MainLayout
33
@inject IStringLocalizer<ElementIcons> Localizer
44

5-
<HeadContent>
6-
<link rel="stylesheet" href="@Assets["_content/BootstrapBlazor.ElementIcon/BootstrapBlazor.ElementIcon.bundle.scp.css"]" />
7-
</HeadContent>
8-
95
<h3>@Localizer["ElementIconTitle"]</h3>
106

117
<h4>@Localizer["ElementIconDescription"]</h4>

0 commit comments

Comments
 (0)