# minions.white-space
minions white-space classes

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

## Installation
npm:
```bash
npm install minions.white-space
```

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

## Code
```css
/*! minions.css */
.ws-n{white-space: nowrap}
.ws-p{white-space: pre}
.ws-pw{white-space: pre-wrap}
.ws-pl{white-space: pre-line}

```

## Source and issues

https://github.com/chantastic/minions.css/tree/master/packages/white-space

## License

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