Fix auto-prefixer workflow (#971)

Signed-off-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2024-09-08 03:30:42 +06:00 committed by GitHub
parent 0090f7b1fa
commit f2e549772d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 98 additions and 88 deletions

View file

@ -42,7 +42,4 @@
@keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
to { -webkit-transform: rotate(360deg); }
}
}