This commit is contained in:
偏右 2016-11-23 11:27:48 +00:00 committed by GitHub
commit 11b239cffe
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@ A collection of CSS3 powered hover effects to be applied to links, buttons, logo
- NPM: `npm install --save hover.css`
- Bower: `bower install Hover`
- [spm](http://spmjs.io/package/hover.css): `spm install Hover`
- [Download Zip](https://github.com/IanLunn/Hover/archive/master.zip)
## How To Use

View File

@ -20,5 +20,12 @@
},
"dependencies": {
"load-grunt-tasks": "~0.2.0"
},
"spm": {
"main": "css/hover.css",
"ignore": [
"logo-transparent.png",
"hover.jpg"
]
}
}