Skip to content

Commit 2201666

Browse files
chore(common): remove stylesheet id from themes
1 parent de52c8c commit 2201666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To use a theme, you must reference its stylesheet in the `<head>` of your main i
2727
<html>
2828
<head>
2929
. . .
30-
<link id="kendoCss" rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
30+
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" />
3131
</head>
3232
<body>
3333
<app>Loading...</app>

0 commit comments

Comments
 (0)