# minions.border-y-width
minions border-y-width classes

## Module
name: `minions.minions.border-y-width`  
version: `0.3.0`  
main/style: `border-y-width.css`  

## Installation
npm:
```bash
npm install minions.border-y-width
```

browser:
```html
<link rel="stylesheet" href="https://unpkg.com/minions.border-y-width" />
```

## Code
```css
/*! minions.css */
.byw-0,.byw-1p,.byw-2p,.byw-3p,.byw-4p{border-style:solid}
.byw-0{border-top-width:0;border-bottom-width:0}
.byw-1p{border-top-width:1px;border-bottom-width:1px}
.byw-2p{border-top-width:2px;border-bottom-width:2px}
.byw-3p{border-top-width:3px;border-bottom-width:3px}
.byw-4p{border-top-width:4px;border-bottom-width:4px}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/border-y-width

## License

The MIT License (MIT)
Copyright (c) 2016 Michael Chan