Skip to content

Commit

Permalink
refactor(borders): implements css logical props and adds stylelint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMelox committed Jan 27, 2025
1 parent efc0f41 commit ac491f3
Show file tree
Hide file tree
Showing 39 changed files with 186 additions and 186 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
height: 100px;
border: 10px solid $support-error;
border-right-color: $support-success;
border-bottom: 0;
border-block-end: 0;
margin: 0 auto $spacing-05;
border-top-left-radius: 110px;
border-top-right-radius: 110px;
Expand Down
Loading

0 comments on commit ac491f3

Please sign in to comment.