is-border-style

0.1.0 • Public • Published

is-border-style Build Status

Check if a string is the value of border-style property

Install

$ npm install is-border-style

Usage

var isBorderStyle = require('is-border-style')
 
isBorderStyle('solid') // true
isBorderStyle('dotted') // true
isBorderStyle('none') // true
isBorderStyle('foo') // false

License

The MIT License (MIT)

Copyright (c) 2015 Masaaki Morishita

Readme

Keywords

Package Sidebar

Install

npm i is-border-style

Weekly Downloads

888

Version

0.1.0

License

MIT

Last publish

Collaborators

  • morishitter