Skip to content

Commit de52c8c

Browse files
chore(common): remove stylesheet link from what you need
1 parent 4ef09a3 commit de52c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/what-you-need.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ To have the Telerik Blazor components look and behave as expected in the browser
4242

4343
<head>
4444
. . .
45-
<link id="kendoCss" rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
45+
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
4646
</head>
4747

4848
* Our JS Interop file. It provides features that cannot be implemented with native Blazor. You need to

0 commit comments

Comments
 (0)