From 866ef9b2cde882c99c7c0ac61e373ec2cf32cc3c Mon Sep 17 00:00:00 2001 From: Sean Lang Date: Sun, 8 Dec 2013 22:58:49 -0600 Subject: [PATCH] add note about using this without stylus --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 72d9331..d49747f 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,12 @@ And then adding animations to elements with class names will work: ```html
This is bouncing
``` + +##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 ./ +```