Skip to content

Commit

Permalink
moved include
Browse files Browse the repository at this point in the history
Refs: #7036
  • Loading branch information
AlexanderSchmidtCE committed Dec 19, 2024
1 parent b161dd9 commit f1b1e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/table-stateful/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
@import '../style';
@import '../@shared/kol-table-stateless-mixin';

@layer kol-component {
@include kol-table-stateless-styles;
@include kol-table-stateless-styles;

@layer kol-component {
.kol-table-stateful {
font-family: var(--font-family);
font-size: rem(16);
Expand Down

0 comments on commit f1b1e56

Please sign in to comment.