# minions.margin-y
minions margin-y classes

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

## Installation
npm:
```bash
npm install minions.margin-y
```

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

## Code
```css
/*! minions.css */
.my-0{margin-top:0;margin-bottom:0}
.my-\.25e{margin-top:.25em;margin-bottom:.25em}
.my-\.5e{margin-top:.5em;margin-bottom:.5em}
.my-1e{margin-top:1em;margin-bottom:1em}
.my-2e{margin-top:2em;margin-bottom:2em}
.my-3e{margin-top:3em;margin-bottom:3em}
.my-4e{margin-top:4em;margin-bottom:4em}
.my-\.25r{margin-top:.25rem;margin-bottom:.25rem}
.my-\.5r{margin-top:.5rem;margin-bottom:.5rem}
.my-1r{margin-top:1rem;margin-bottom:1rem}
.my-2r{margin-top:2rem;margin-bottom:2rem}
.my-3r{margin-top:3rem;margin-bottom:3rem}
.my-4r{margin-top:4rem;margin-bottom:4rem}

```

## Source and issues

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

## License

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