bump css version

This commit is contained in:
Set Hallstrom 2020-11-09 17:07:44 +01:00
parent cdc856afbb
commit 693820256d
9 changed files with 26 additions and 8 deletions

View file

@ -43,4 +43,20 @@
0%{background-size:100% 150%}
50%{background-size:150% 100%}
100%{background-size:100% 150%}
}
@-webkit-keyframes moirage {
0%{background-size:110%}
50%{background-size:120%}
100%{background-size:110%}
}
@-moz-keyframes moirage {
0%{background-size:110%}
50%{background-size:120%}
100%{background-size:110%}
}
@keyframes moirage {
0%{background-size:110%}
50%{background-size:120%}
100%{background-size:110%}
}