An open API service indexing awesome lists of open source software.

https://github.com/sinsunsan/quick-spacer

sass utility to generate css classes for quick padding and margin
https://github.com/sinsunsan/quick-spacer

bootstrap css sass sass-library

Last synced: over 1 year ago
JSON representation

sass utility to generate css classes for quick padding and margin

Awesome Lists containing this project

README

          

# quick-spacer

Generate handy classes to make easy spacing (padding and margin)

### Four sizes
4 configurable sizes :

````
$dim-xs: 10px!default; // very small
$dim-sm: 15px!default; // small
$dim-md: 30px!default; // medium
$dim-lg: 45px!default; // large
````

### Margin and padding

`m-lg` class add a big margin on four sizes
`p-xs` class add a small padding on four sizes

### Side specific or global

t: top
b: bottom
l: left
r: right

`m-r-lg` add a large margin (45 pixel at its right)

## Licence

Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE).