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:
parent
aaf6dd2cd6
commit
808ac2cefc
@ -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};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user