You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: styling-and-themes/custom-theme.md
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,10 +101,16 @@ You can also upload a theme you have previously worked on:
101
101
102
102
When you complete the modifications and the theme is ready to be used:
103
103
104
-
1. Download the theme as a compact archive by clicking the **Download** button.
105
-
1. Add the `THEME_NAME.css` file to your application. Save the `variables.scss` file for future reference in case you need to re-generate the theme again or customize it further.
106
-
1. Include the `THEME_NAME.css` file in the `head` tag of your index document.
107
-
* Make sure that this is the only Telerik Theme that is referenced in the application.
104
+
1. Download the theme as a ZIP archive by clicking the **Download** button.
105
+
106
+
1. Add the `THEME_NAME.css` file to the `wwwroot/css/` folder your application.
107
+
1. Include the `THEME_NAME.css` file in the `<head>` tag of your `_Host.cshtml`/`index.html` document, for example:
0 commit comments