has-gradient
v4.0.0
Published
Determine whether a property contains a gradient
Readme
has-gradient
Determine whether a property contains a gradient
Installation
npm install --save has-gradientUsage
const hasGradient = require('has-gradient')
hasGradient('linear-gradient(tomato, lime)') // => trueLicense
MIT
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Crafted with <3 by John Otander (@cssstats).
