is-color
Version:
Check if a string is CSS color value
22 lines (12 loc) • 470 B
Markdown
## v1.0.2
- Prevent isKeyword to match object methods [#3](https://github.com/morishitter/is-color/pull/3)
## v1.0.1
- Revert Index.js to use ES5 code to avoid uglification errors [#1](https://github.com/morishitter/is-color/pull/1)
## v1.0.0
- Upgrade dependencies
- Refactor source code
- Drop node.js v0.10, v0.12, io.js and support v6 and v8 on TravisCI
## v0.2.0
- Add `isInherit()`, `isCurrentColor()` and `isTransparent()`.
## v0.1.0
- Initial release.