@featherk/styles 0.12.4 → 0.12.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-grid.css +5 -2
- package/dist/v8.2.0/scss/_externalStyles.scss +6 -6
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/dist/v8.2.0/scss/_overrides.scss +20 -0
- package/dist/v8.2.0/scss/_tokens.scss +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,12 @@ FeatherK shared style assets (CSS, fonts) for Kendo UI enhancements.
|
|
|
7
7
|
- `css/` Pre-built vanilla CSS files
|
|
8
8
|
- `fonts/` Any webfont files referenced by the CSS/SCSS
|
|
9
9
|
|
|
10
|
+
## Maintaining The Theme
|
|
11
|
+
|
|
12
|
+
Changes to v8.2.0 external styles and generated theme assets must follow the
|
|
13
|
+
[ThemeBuilder workflow](THEMEBUILDER.md). The v7.2.0 theme is legacy and closed
|
|
14
|
+
for routine changes.
|
|
15
|
+
|
|
10
16
|
## Installation
|
|
11
17
|
|
|
12
18
|
```bash
|