@progress/kendo-theme-default
Advanced tools
Comparing version 2.11.0 to 2.11.1
@@ -10,3 +10,3 @@ --- | ||
The Kendo UI for Angular 2 suite delivers more than 400 integrated font icons for its [components](http://www.telerik.com/kendo-angular-ui/components). | ||
The Kendo UI suite for Angular 2 delivers more than 400 integrated font icons for its [components](http://www.telerik.com/kendo-angular-ui/components). | ||
@@ -13,0 +13,0 @@ ## Overview |
@@ -30,3 +30,3 @@ --- | ||
### Use Precompiled Themes | ||
### Precompiled Themes | ||
@@ -53,3 +53,3 @@ The example below demonstrates how to include the complete CSS of the default theme by using `styleUrls`. This configuration includes the styles for all components in Kendo UI for Angular 2. | ||
### Build Custom Themes | ||
### Custom Themes | ||
@@ -104,2 +104,12 @@ To change the theme colors or sizes, build a custom theme from its SCSS sources. To achieve this result, use a build system such as Webpack. | ||
### Only What You Need | ||
Depending on the requirements of your project, you might need to skip some of the components styles. To include only what you need, execute the following command inside the `kendo-theme-default` repository: | ||
``` | ||
COMPONENTS='panelbar,grid' npm run build | ||
``` | ||
The snippet demonstrates an example on how to add only the Grid and PanelBar to your project. As a result, the `dist/custom.css` file is generated and it includes only the specified components. | ||
## Suggested Links | ||
@@ -106,0 +116,0 @@ |
{ | ||
"name": "@progress/kendo-theme-default", | ||
"description": "SASS resources for the default Kendo UI theme", | ||
"version": "2.11.0", | ||
"version": "2.11.1", | ||
"keywords": [ | ||
@@ -6,0 +6,0 @@ "Kendo UI", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
904856