Sha256: 096c2592e9d56502c960a1ac36d2a653b587b7006c232078157bbe4bbfe54e5f
Contents?: true
Size: 772 Bytes
Versions: 1
Compression:
Stored size: 772 Bytes
Contents
# Spacing The inuitcss `spacing` module is a small collection of helper classes for spacings like margin and padding. Install using Bower: $ bower install --save inuit-spacing Install using npm: $ npm install --save inuit-spacing The conventions used in the classes in the spacing module are as follows: .[negative][type][direction][size] {} E.g.: * `.-mt+` will give you a large (`+`) negative (`-`) margin (`m`) top (`t`). * `.p--` will give you a tiny (`--`) padding (`p`). * `.mh++` will give you a huge (`++`) horizontal (`h`) margin (`m`). * `.mb0` will give you no (`0`) margin (`m`) bottom (`b`). * `.pl-` will give you a small (`-`) padding (`p`) left (`l`). Knowing these conventions means you can compose a huge array of spacing helpers.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mifflin-0.1.1 | vendor/assets/bower_components/inuit-spacing/README.md |