3
0
mirror of https://github.com/grafana/grafana.git synced 2025-01-27 16:57:14 -06:00

clean(): removed trailing whitespce

This commit is contained in:
Torkel Ödegaard 2016-02-21 00:08:35 +01:00
parent aaf6dd2cd6
commit 808ac2cefc

View File

@ -4,13 +4,13 @@
}
@-moz-keyframes #{$animation-name} {
@content;
}
}
@-ms-keyframes #{$animation-name} {
@content;
}
@-o-keyframes #{$animation-name} {
@content;
}
}
@keyframes #{$animation-name} {
@content;
}
@ -21,5 +21,5 @@
-moz-animation: #{$str};
-ms-animation: #{$str};
-o-animation: #{$str};
animation: #{$str};
animation: #{$str};
}