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: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ When you send a PR, the pipeline will automatically bump the package.json versio
9
9
10
10
### How to add a new style
11
11
12
-
Add a new `.ts` file with your style name which implements the `ITheme` interface - export it the same way the rest of the styles are being exported.
12
+
Add a new `.ts` file with your style name which implements the `ITheme` interface - export it the same way the rest of the styles are being exported. Don't forget to add it to the `index.ts` file.
0 commit comments