Skip to content

Commit

Permalink
chore(common): remove stylesheet id from themes
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-bratanov committed May 15, 2019
1 parent de52c8c commit 2201666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use a theme, you must reference its stylesheet in the `<head>` of your main i
<html>
<head>
. . .
<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" />
</head>
<body>
<app>Loading...</app>
Expand Down

0 comments on commit 2201666

Please sign in to comment.