Skip to content

Commit a4c3523

Browse files
author
Carlos Bonilla
committed
Corrections
1 parent 6ebf49b commit a4c3523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ One of the advantages of using Less is that you can create functions, which are
5050

5151
```less
5252
#yourElement {
53-
#a.animated(); // initialize animation
53+
#a.animated; // initialize animation
5454
#a.iterate(infinite); // repeat the animation forever
5555
#a.delay(2s); // delay everything for 2 seconds
5656
#a.duration(3s); // each iteration will play for 3 seconds
57-
.bounceOutLeft(); // initialize the animation effect (notice the lack of the #a prefix)
57+
.bounceOutLeft; // initialize the animation effect (notice the lack of the #a prefix)
5858
}
5959
```
6060

0 commit comments

Comments
 (0)