Skip to content

Commit 4ef09a3

Browse files
chore(common): remove stylesheet id from server getting started
1 parent ae21fea commit 4ef09a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/server-blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To use Blazor server-side, you need to use the `Razor Components` type of projec
5050

5151
**HTML**
5252

53-
<link id="kendoCss" rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@@latest/dist/all.css" />
53+
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-default@@latest/dist/all.css" />
5454

5555
1. @[template](/_contentTemplates/common/js-interop-file.md#add-js-interop-file-to-getting-started-server)
5656

0 commit comments

Comments
 (0)