flex-classes

1.0.1 • Public • Published

flex-classes:

Flex utility classes

Usage:


<div class="flex__container direction__row-reverse">
    <div class="flex__item">
        flex item 1
    </div>
    <div class="flex__item">
        flex item 2
    </div>
    <div class="flex__item">
        flex item 3
    </div>
</div>

Installation:

Install via bower:

Install package and add it to bower.json dependencies

$ bower install flex-classes --save

Install package and add it to bower.json devDependencies

$ bower install flex-classes --save-dev
Install via npm:
$ npm install flex-classes

Contributors

@pradeep91singh Issue tracking

License

Copyright (c) 2016, pradeep singh

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    4
  • 1.0.0
    0

Package Sidebar

Install

npm i flex-classes

Weekly Downloads

4

Version

1.0.1

License

ISC

Last publish

Collaborators

  • stackskull