https://github.com/jaredhanson/suitcss-utils-space
Utility classes for low-level CSS spacing traits
https://github.com/jaredhanson/suitcss-utils-space
Last synced: 10 months ago
JSON representation
Utility classes for low-level CSS spacing traits
- Host: GitHub
- URL: https://github.com/jaredhanson/suitcss-utils-space
- Owner: jaredhanson
- License: mit
- Created: 2013-08-09T21:44:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T21:53:09.000Z (almost 13 years ago)
- Last Synced: 2025-08-29T11:37:02.129Z (11 months ago)
- Language: CSS
- Size: 44.9 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SUIT utilities: space
A SUIT collection of utility classes for low-level CSS spacing traits.
Read more about [SUIT's design principles](https://github.com/necolas/suit/).
## Installation
* [Bower](http://bower.io/): `bower install --save suit-utils-space`
* Download: [zip](https://github.com/necolas/suit-utils-space/zipball/master)
* Git: `git clone https://github.com/necolas/suit-utils-space.git`
## Available classes
* `u-margin` - Margin of size `s` in the direction `D`.
* `u-padding` - Padding of size `s` in direction `D`.
Where direction (`D`) can be:
* `A` - all
* `T` - top
* `R` - right
* `B` - bottom
* `L` - left
* `H` - horizontal
* `V` - vertical
And size (`s`) can be:
* `n` - none
* `s` - small
* `m` - medium
* `l` - large
## Usage
Please refer to the README for [SUIT utils](https://github.com/necolas/suit-utils/)
## Browser support
* Google Chrome (latest)
* Opera (latest)
* Firefox 4+
* Safari 5+
* Internet Explorer 8+