-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(select/select-option): fix prettier issue
- Loading branch information
Erbil Nas
committed
Dec 25, 2023
1 parent
34302cd
commit 237138b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -412,7 +412,7 @@ legend span { | |
} | ||
|
||
@keyframes wiggle { | ||
0%, | ||
0%, | ||
7% { | ||
transform: rotateZ(0); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,4 +74,4 @@ | |
display: block; | ||
color: var(--option-color); | ||
padding: var(--option-spacing); | ||
} | ||
} |