vendor/assets/stylesheets/_mixin.scss in active_frontend-11.1.0 vs vendor/assets/stylesheets/_mixin.scss in active_frontend-12.0.0

- old
+ new

@@ -22,9 +22,14 @@ @mixin animation-fill-mode($mode) { -webkit-animation-fill-mode: $mode; -ms-animation-fill-mode: $mode; animation-fill-mode: $mode; } +@mixin animation-iteration-count($iteration-count) { + -webkit-animation-iteration-count: $iteration-count; + -ms-animation-iteration-count: $iteration-count; + animation-iteration-count: $iteration-count; +} @mixin animation-name($name) { -webkit-animation-name: $name; -ms-animation-name: $name; animation-name: $name; } \ No newline at end of file