Skip to content

Commit

Permalink
Add a missing word in the custom build section of the documentation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
weevil111 committed Mar 2, 2024
1 parent eab0517 commit 3f8ab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsSource/sections/07-custom-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Next, run `npm start` to compile your custom build. Three files will be generate
- `animate.min.css`: minified build ready for production
- `animate.compat.css`: minified build ready for production **without class prefix**. This should only be used as an easy path for migrations.

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.
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.

```css
@import 'attention_seekers/bounce.css';
Expand Down

0 comments on commit 3f8ab23

Please sign in to comment.