1.0.0 • Published 7 years ago

iotacss-utils-justify-content v1.0.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

Justify Content Utility

The justify content utility contains helper classes for the CSS justify-content property.

Installation

npm install --save iotacss-utils-justify-content

Options

$iota-utils-justify-content-namespace           : 'jc' !default;
$iota-utils-justify-content-start-name       	: 'start' !default;
$iota-utils-justify-content-end-name         	: 'end' !default;
$iota-utils-justify-content-center-name         : 'center' !default;
$iota-utils-justify-content-between-name    	: 'between' !default;
$iota-utils-justify-content-around-name     	: 'around' !default;

$iota-utils-justify-content-res                 : false !default;
$iota-utils-justify-content-breakpoints         : $iota-global-breakpoints !default;

Classes

.u-jc-start
.u-jc-end
.u-jc-center
.u-jc-between
.u-jc-around


// Responsive Class Syntax

.u-jc-[name]@[breakpoint-name]  // Example: u-jc-start@sm