# minions.border-style
minions border-style classes

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

## Installation
npm:
```bash
npm install minions.border-style
```

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

## Code
```css
/*! minions.css */
.bs-a{border-style:auto}
.bs-d{border-style:dotted}
.bs-n{border-style:none}
.bs-s{border-style:solid}
.bs-t{border-style:thin}
.bs-m{border-style:medium}
.bs-k{border-style:thick}

```

## Source and issues

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

## License

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