Skip to content

The push utility is responsive for handling grid's before offset.

License

Notifications You must be signed in to change notification settings

iotacss/utilities.push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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.

Push Utility

The push utility is responsible for handling grid's before offset.

Installation

npm install --save iotacss-utils-push

Options

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

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

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

Classes

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


// Responsive Classes Syntax

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

About

The push utility is responsive for handling grid's before offset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages