1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 18:05:32 -04:00

mainly lint adjustments

This commit is contained in:
2020-01-27 09:34:55 -05:00
parent 6c1020e56e
commit e99da04e2f
7 changed files with 17 additions and 43 deletions

View File

@@ -10,6 +10,7 @@ span.wave {
transform-origin: 70% 70%;
}
// stylelint-disable indentation
@keyframes wave {
0% { transform: rotate( 0.0deg); }
10% { transform: rotate(-10.0deg); }