Skip to content

Commit a631808

Browse files
dimodiDimo Dimovmarin-bratanov
authored
docs: Improve custom theme usage docs (#567)
* docs: Improve custom theme usage docs * Update styling-and-themes/custom-theme.md Co-authored-by: Marin Bratanov <marin-bratanov@users.noreply.github.com> * Update styling-and-themes/custom-theme.md Co-authored-by: Marin Bratanov <marin-bratanov@users.noreply.github.com> Co-authored-by: Dimo Dimov <dimo@Dimos-MacBook-Pro.local> Co-authored-by: Marin Bratanov <marin-bratanov@users.noreply.github.com>
1 parent f651b9c commit a631808

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

styling-and-themes/custom-theme.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,16 @@ You can also upload a theme you have previously worked on:
101101

102102
When you complete the modifications and the theme is ready to be used:
103103

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:
108+
109+
`<link rel="stylesheet" href="css/THEME_NAME.css" />`
110+
111+
1. Keep the `scss` and `json` files for future reference, when you need to re-generate the theme or customize it further.
112+
113+
>Make sure that the above CSS file is the only Telerik Theme, which is referenced in the application.
108114
109115
## Manual Alternative
110116

0 commit comments

Comments
 (0)