Sha256: 4577ab7407e5ac0435935a50c437fa48382115d1e635dcafee9001ee18a6ae72
Contents?: true
Size: 711 Bytes
Versions: 50
Compression:
Stored size: 711 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 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
50 entries across 50 versions & 1 rubygems