mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
add note about using this without stylus
This commit is contained in:
parent
230359a389
commit
866ef9b2cd
1 changed files with 9 additions and 0 deletions
|
@ -65,3 +65,12 @@ And then adding animations to elements with class names will work:
|
|||
```html
|
||||
<div class="bounce">This is bouncing</div>
|
||||
```
|
||||
|
||||
##What if I don't use Stylus?
|
||||
Well, I feel very sorry for you because you are missing out on something great. But, you can still use this animation library - just compile `index.styl` and you'll get a big CSS file (called `index.css`) that you can use:
|
||||
|
||||
```bash
|
||||
$ npm install stylus -g
|
||||
$ cd directory/this/repo/is/in
|
||||
$ stylus ./
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue