pradeep1991singh / flex-classes

Flex utility classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flex-classes:

Flex utility classes

Usage:

Add css file in head tag of html file
<link rel="stylesheet" href="dist/styles.css">
Then add classes to element where you want to use flex classes
<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] (https://twitter.com/pradeep91singh) [Issue tracking] (https://github.com/pradeep1991singh/flex-classes/issues)

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.

About

Flex utility classes

License:ISC License


Languages

Language:CSS 46.5%Language:TypeScript 30.0%Language:HTML 16.7%Language:JavaScript 6.7%