We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c3523 commit 0bdc335Copy full SHA for 0bdc335
1 file changed
README.md
@@ -54,7 +54,7 @@ One of the advantages of using Less is that you can create functions, which are
54
#a.iterate(infinite); // repeat the animation forever
55
#a.delay(2s); // delay everything for 2 seconds
56
#a.duration(3s); // each iteration will play for 3 seconds
57
- .bounceOutLeft; // initialize the animation effect (notice the lack of the #a prefix)
+ .bounceOutLeft; // initialize the animation effect (notice the lack of #a prefix)
58
}
59
```
60
0 commit comments