Skip to content

Commit

Permalink
FIX: Fix component extend base error
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteuSan committed Mar 13, 2024
1 parent ec7e6d8 commit 7c37bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/himig/ms-core/component/_component-extend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
}

.hs-#{$component-name}.is-#{$_sanitized-extension} {
.ms-#{$component-name}.is-#{$_sanitized-extension} {
@content;
}
}

0 comments on commit 7c37bc2

Please sign in to comment.