Skip to content

Commit

Permalink
chore: enables css logical property rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelox committed Feb 10, 2025
1 parent eedbef6 commit 838a66d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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': 'ignore',
'csstools/use-logical': true,
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,6 @@ $block-class: #{c4p-settings.$pkg-prefix}--notifications-panel;
min-block-size: 2.5rem;
.#{$block-class}__view-all-button {
display: flex;
width: 100%;
max-width: calc(100% - 2.5rem);
align-items: center;
block-size: 2.5rem;
border-inline-end: 1px solid $layer-02;
Expand Down

0 comments on commit 838a66d

Please sign in to comment.