Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 889 Bytes

File metadata and controls

37 lines (21 loc) · 889 Bytes

iotaCSS is now a monorepo and all individual repositories are part of it. Please open issues or PRs here: https://github.com/iotacss/iotacss.

Pull Utility

The pull utility is responsible for handling grid's after offset.

Installation

npm install --save iotacss-utils-pull

Options

$iota-utils-pull-namespace    : 'pull-' !default;
$iota-utils-pull-delimiter    : $iota-global-delimiter !default;

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

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

Classes

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


// Responsive Classes Syntax

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