Skip to content

Commit

Permalink
Fix invalid css keyframes selector (#5075)
Browse files Browse the repository at this point in the history
  • Loading branch information
aar0nr authored and jfirebaugh committed Aug 1, 2017
1 parent 1fe5c95 commit 4ca14d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/mapbox-gl.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
0% { -ms-transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); }
}
@-keyframes mapboxgl-spin {
@keyframes mapboxgl-spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
Expand Down

0 comments on commit 4ca14d5

Please sign in to comment.