Skip to content

Commit 3f8ab23

Browse files
authored
Add a missing word in the custom build section of the documentation (#1681)
1 parent eab0517 commit 3f8ab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsSource/sections/07-custom-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Next, run `npm start` to compile your custom build. Three files will be generate
1818
- `animate.min.css`: minified build ready for production
1919
- `animate.compat.css`: minified build ready for production **without class prefix**. This should only be used as an easy path for migrations.
2020

21-
For example, if you'll only use some of the “attention seekers” animations, simply edit the `./source/animate.css` file, delete every `@import` and the ones you want to use.
21+
For example, if you'll only use some of the “attention seekers” animations, simply edit the `./source/animate.css` file, delete every `@import`, and add the ones you want to use.
2222

2323
```css
2424
@import 'attention_seekers/bounce.css';

0 commit comments

Comments
 (0)