Skip to content

Commit

Permalink
fix(utils): fix typo to generate k-stroke- utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
magdalenaan authored and Juveniel committed May 17, 2023
1 parent 0caeea7 commit 95b165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/scss/svg/_stroke.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
@mixin kendo-utils--svg--stroke() {

// stroke utility classes
$kendo-utils-stroke: k-map-get( $kendo-utils, "stroke-stroke" ) !default;
$kendo-utils-stroke: k-map-get( $kendo-utils, "fill-stroke" ) !default;
@include generate-utils( stroke, stroke, $kendo-utils-stroke );

}

0 comments on commit 95b165a

Please sign in to comment.