Skip to content

Commit

Permalink
fix(select/select-option): fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Erbil Nas committed Dec 25, 2023
1 parent 34302cd commit 237138b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/select/bl-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ legend span {
}

@keyframes wiggle {
0%,
0%,
7% {
transform: rotateZ(0);
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/select/option/bl-select-option.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
display: block;
color: var(--option-color);
padding: var(--option-spacing);
}
}

0 comments on commit 237138b

Please sign in to comment.