We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 813a666 + b866b7b commit 4ed27edCopy full SHA for 4ed27ed
2 files changed
README.md
@@ -14,7 +14,7 @@
14
2. Add the class `animated` to the element you want to animate.
15
You may also want to include the class `infinite` for an infinite loop.
16
17
-3. Finally to need to add one of the following classes:
+3. Finally you need to add one of the following classes:
18
19
* `bounce`
20
* `flash`
bower.json
@@ -2,4 +2,12 @@
2
"name": "animate.css",
3
"version": "3.2.1",
4
"main": "./animate.css"
5
+ "ignore": [
6
+ ".*",
7
+ "src",
8
+ "*.yml",
9
+ "Gemfile",
10
+ "Gemfile.lock",
11
+ "*.md"
12
+ ]
13
}
0 commit comments