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 708e56c commit 5344255
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ $fifth: $color-red-500;

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

@include right-likert-item($height);
}

Expand All @@ -57,6 +58,7 @@ $fifth: $color-red-500;

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

@include right-likert-item($height);
}
}
Expand All @@ -67,6 +69,7 @@ $fifth: $color-red-500;

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

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

Expand All @@ -75,6 +78,7 @@ $fifth: $color-red-500;

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

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

0 comments on commit 5344255

Please sign in to comment.