Skip to content

Commit

Permalink
Merge pull request #2433 from canonical-web-and-design/missing-vf-prefix
Browse files Browse the repository at this point in the history
Add missing vf- prefix to animation example
  • Loading branch information
deadlight committed Jul 31, 2019
2 parents df01625 + 76331fb commit 94c9acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/settings/animation-settings.md
Expand Up @@ -46,7 +46,7 @@ Animations are preset to components. Components can be modified or extended to
include animation by including the animation mixin.

```scss
@include animation(property: all, duration: brisk, easing: out);
@include vf-animation(property: all, duration: brisk, easing: out);
```

### Reduced motion
Expand Down

0 comments on commit 94c9acb

Please sign in to comment.