Fixing a typo. (#4613)

Even though webkit-animation is overridden by animation property, thought of fixing the typo.
This commit is contained in:
Nitesh Kumar Anand 2017-09-13 18:52:03 -05:00 committed by Misty Stanley-Jones
parent ba9086c0a4
commit c3dd3ca01b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
.header {
animation: gradientswitch 80s infinite;
-webkit-animation: gradientswitch 80 sinfinite;
-webkit-animation: gradientswitch 80s infinite;
height: $global-header-height;
position: relative;
z-index: 1;