Skip to content

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

License

Notifications You must be signed in to change notification settings

iotacss/utilities.pull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages