We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de52c8c commit 2201666Copy full SHA for 2201666
themes.md
@@ -27,7 +27,7 @@ To use a theme, you must reference its stylesheet in the `<head>` of your main i
27
<html>
28
<head>
29
. . .
30
- <link id="kendoCss" rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
+ <link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
31
</head>
32
<body>
33
<app>Loading...</app>
0 commit comments