# minions.word-break
minions word-break classes

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

## Installation
npm:
```bash
npm install minions.word-break
```

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

## Code
```css
/*! minions.css */
.wb-n{word-break:normal} 
.wb-ba{word-break:break-all}
.wb-ka{word-break:keep-all}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/word-break

## License

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