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: CONTRIBUTING.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
@@ -50,7 +50,7 @@ This will facilitate easier pull request management for the continuous work that
50
50
51
51
### 3. Include tests describing the bug or feature
52
52
53
-
Kendo UI uses [QUnit](https://qunitjs.com/) for a test framework and [karma](http://karma-runner.github.io/) as the test runner. You may browse the `tests` directory to get a better idea of the structure and conventions used.
53
+
Kendo UI uses [Mocha](https://www.npmjs.com/package/mocha) for a test framework and [karma](http://karma-runner.github.io/) as the test runner. You may browse the `tests` directory to get a better idea of the structure and conventions used.
With the new rendering of the components, some CSS classes will be deleted. If you use any of those classes to customize a component, you will have to update their references. Otherwise the customizations will be lost. For additional information, check the [CSS Classes Migration]({% slug components_rendering_overview %}#css-classes-migration) section of the [Components Rendering Overview]({% slug components_rendering_overview %}) article.
50
50
51
51
## How Do I Know Which SASS Theme Corresponds to My Current LESS Theme?
52
52
53
-
The LESS themes have SASS swatches which are under the `Classic` theme.
|`Flat`|`Bootstrap - Turquoise`| In Progress | N/A |
68
+
|`Flat Dark`|`Bootstrap - Turquoise Dark`| In Progress | N/A |
69
+
|`High Contrast`| TBD | TBD | N/A |
70
+
|`Metro`| TBD | TBD | N/A |
71
+
|`Moonlight`| TBD | TBD | N/A |
72
+
|`Nova`|`Material - Nova`| Available |https://kendo.cdn.telerik.com/2022.1.119/styles/kendo.material-nova.min.css|
73
+
|`Office 365`| TBD | TBD | N/A |
74
+
|`Uniform`| TBD | TBD | N/A |
73
75
74
76
> The Bootstrap and Material LESS themes will not have their own SASS swatches. The dedicated Bootstrap and Material SASS themes should be used instead.
75
77
76
78
The following example demonstrates how to add a theme to your project:
0 commit comments