Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angeal185/stylus-animate
stylus port of animate.css
https://github.com/angeal185/stylus-animate
animate animatecss stylus stylus-port
Last synced: about 2 months ago
JSON representation
stylus port of animate.css
- Host: GitHub
- URL: https://github.com/angeal185/stylus-animate
- Owner: angeal185
- License: mit
- Created: 2017-09-15T04:17:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T04:37:42.000Z (over 7 years ago)
- Last Synced: 2024-10-12T07:09:40.442Z (3 months ago)
- Topics: animate, animatecss, stylus, stylus-port
- Language: CSS
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stylus-animate
stylus port of animate.css### Installation
bower:
```sh
$ bower install stylus-animate --save-dev
```### info
A complete, fully functional convert of animate.css to stylus.
No learning curve and no repeats. build it how you want it or just use it as an easy way to exclude unused css.### Instructions
animate.css has been converted, broken down into smaller .styl includes and the include files are named accordingly.Simply edit as you see fit, comment out or remove unwanted includes in `animate.styl` file then compile.
````
stylus animate.styl
````done.