You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in README, I have to add the animate.css to my site. But there's only a example.animate.css. It seems to include all the needed styles so I guess the README have to be updated.
The text was updated successfully, but these errors were encountered:
I think the problem is a lot of people using bower and bower install are running into issues because the main value of your bower file only points to animate.js not to both animate.js and the .css file. You can update the main to be an array of strings that point to the files you want included when you run bower install.
Hmm. I'm just using really standard bower install and get just the files in this repository, which does not include an animate.css.
But I'm not sure the author of the package means to include the animate.css of the animate.css original framework, which is going to be installed via dependencies, as I recognised a little bit later.
I think, the README just really bad describes what I have to do.
As stated in README, I have to add the animate.css to my site. But there's only a example.animate.css. It seems to include all the needed styles so I guess the README have to be updated.
The text was updated successfully, but these errors were encountered: