@meshmakers/octo-ui 3.4.240 → 3.4.260
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.
|
@@ -69,7 +69,10 @@
|
|
|
69
69
|
@use "@progress/kendo-theme-material/scss/tilelayout/_index.scss" as *;
|
|
70
70
|
@use "@progress/kendo-theme-material/scss/gridlayout/_index.scss" as *;
|
|
71
71
|
@use "@progress/kendo-theme-material/scss/stacklayout/_index.scss" as *;
|
|
72
|
-
|
|
72
|
+
// NOTE: the standalone "adaptive" module was removed in kendo-theme-material 14.2.0
|
|
73
|
+
// (its rendering was folded into the component modules). This slim theme never
|
|
74
|
+
// emitted adaptive CSS anyway — there was no `@include kendo-adaptive--styles()` —
|
|
75
|
+
// so the import was dead code. Removed so the theme builds on both 14.1.x and 14.2.x.
|
|
73
76
|
@use "@progress/kendo-theme-material/scss/grid/_index.scss" as *;
|
|
74
77
|
@use "@progress/kendo-theme-material/scss/filter/_index.scss" as *;
|
|
75
78
|
@use "@progress/kendo-theme-material/scss/utils/_index.scss" as *;
|