Skip to content

Commit

Permalink
chore(utils): generate missing elevation classes with important flag
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova committed Feb 1, 2024
1 parent 08e13ce commit 9d57d17
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/utils/scss/elevation/index.import.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@import "@progress/kendo-theme-core/scss/elevation/index.import.scss";

@mixin kendo-utils--elevation {
@each $level, $elevation in $kendo-elevation {
.k-elevation-#{$level} {
box-shadow: $elevation;
}
}
@include generate-utils(elevation, box-shadow, $kendo-elevation);
}

0 comments on commit 9d57d17

Please sign in to comment.