Skip to content

Commit

Permalink
chore: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelox committed Jan 24, 2025
1 parent 57f50e4 commit 346aead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module.exports = {
'carbon/type-use': true,

// CSS Logical properties
'csstools/use-logical': true,
'csstools/use-logical': 'ignore',
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ $motion-duration: $duration-moderate-02;
}

.#{$block-class}__header-description {
max-inline-size: 100%;
margin-block-start: $spacing-05;

max-inline-size: 100%;

@include type.type-style('body-compact-01');

@include breakpoint-up('md') {
Expand All @@ -278,6 +278,7 @@ $motion-duration: $duration-moderate-02;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-clamp: 2;
}

&.#{$block-class}--narrow .#{$block-class}__header-description {
Expand Down

0 comments on commit 346aead

Please sign in to comment.