# has-gradient

> Determine whether a property contains a gradient

Latest version **4.0.0** (published 2020-12-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install has-gradient
pnpm add has-gradient
yarn add has-gradient
bun add has-gradient
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 4.0.0 |
| Published | 2020-12-08 |
| First published | 2017-07-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2815 |
| Author | John Otander |
| Maintainers | johno |

## Links

- npm: https://www.npmjs.com/package/has-gradient
- Repository: https://github.com/cssstats/cssstats
- Homepage: https://github.com/cssstats/cssstats#readme
- Issues: https://github.com/cssstats/cssstats/issues
- npm.io page: https://npm.io/package/has-gradient

## Recent versions

- 4.0.0 (latest) — 2020-12-08
- 3.5.0 — 2020-11-03
- 3.3.1 — 2019-07-26
- 3.3.0 — 2019-03-23
- 1.0.1 — 2017-07-25
- 1.0.0 — 2017-07-25

## README

# has-gradient

Determine whether a property contains a gradient

## Installation

```bash
npm install --save has-gradient
```

## Usage

```javascript
const hasGradient = require('has-gradient')

hasGradient('linear-gradient(tomato, lime)') // => true
```

## License

MIT

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Crafted with <3 by John Otander ([@cssstats](https://twitter.com/cssstats)).

---
_Source: https://npm.io/package/has-gradient · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
