Skip to content

Commit

Permalink
fix: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chy Meng committed Aug 24, 2023
1 parent e647f47 commit 8deb61f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ $fifth: $color-red-500;
@include left-likert-item($height);

[dir="rtl"] & {
border-radius: 0;

@include right-likert-item($height);
}
}
Expand All @@ -75,6 +77,8 @@ $fifth: $color-red-500;
@include right-likert-item($height);

[dir="rtl"] & {
border-radius: 0;

@include left-likert-item($height);
}
}
Expand Down

0 comments on commit 8deb61f

Please sign in to comment.