Skip to content

Commit

Permalink
Add suitcss-utils-flex
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsmith committed Nov 20, 2015
1 parent 59d16b2 commit 0f9178b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -9,7 +9,7 @@ Read more about [SUIT CSS's design principles](https://github.com/suitcss/suit/)
## Installation

* [npm](http://npmjs.org/): `npm install suitcss-utils`
* [Download](https://github.com/suitcss/utils/releases) (compiled)
* [Download](https://github.com/suitcss/utils/releases/latest) (compiled)

…is a convenient way to install all the SUIT utility packages:

Expand All @@ -21,6 +21,7 @@ Read more about [SUIT CSS's design principles](https://github.com/suitcss/suit/)
* [utils-position](https://github.com/suitcss/utils-position/): Positioning utilities
* [utils-size](https://github.com/suitcss/utils-size/): Percentage sizing utilities
* [utils-text](https://github.com/suitcss/utils-text/): Text truncation, breaking, and alignment
* [utils-flex](https://github.com/suitcss/utils-flex): Align elements with Flexbox

## Usage

Expand Down Expand Up @@ -100,6 +101,6 @@ npm run build

* Google Chrome (latest)
* Opera (latest)
* Firefox 4+
* Safari 5+
* Internet Explorer 8+
* Firefox 4+ (28+ for `flex`)
* Safari 5+ (6.1+ for `flex`)
* Internet Explorer 9+ (10+ for `flex`)
1 change: 1 addition & 0 deletions index.css
Expand Up @@ -6,3 +6,4 @@
@import "suitcss-utils-position";
@import "suitcss-utils-size";
@import "suitcss-utils-text";
@import "suitcss-utils-flex";
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -6,3 +6,4 @@ require('suitcss-utils-offset');
require('suitcss-utils-position');
require('suitcss-utils-size');
require('suitcss-utils-text');
require('suitcss-utils-flex');
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -6,6 +6,7 @@
"dependencies": {
"suitcss-utils-align": "~0.2.2",
"suitcss-utils-display": "~1.0.0",
"suitcss-utils-flex": "^0.3.1",
"suitcss-utils-layout": "~0.4.2",
"suitcss-utils-link": "~0.5.2",
"suitcss-utils-offset": "~0.5.1",
Expand Down

0 comments on commit 0f9178b

Please sign in to comment.