1.0.1 • Published 7 years ago

iotacss-utils-size v1.0.1

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

Size Utility

The size utility contains a set of classes for setting width in elements or grid columns. The sizes created are based on the Settings.Column.

Installation

npm install --save iotacss-utils-size

Options

$iota-utils-size-namespace    : '' !default;

$iota-utils-size-columns      : $iota-global-columns !default;

$iota-utils-size-delimiter    : \/ !default;

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

Classes

.u-[column-number]/[total-column-number]  // Example .u-1/3


// Responsive Class Syntax

.u-[column-number]/[total-column-number]@[breakpoint-name]  // Example: .u-1/3@sm