Skip to content

The align utility contains helper classes for the CSS vertical align property.

License

Notifications You must be signed in to change notification settings

iotacss/utilities.align

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Align Utility

The align utility contains helper classes for the CSS vertical align property.

Installation

npm install --save iotacss-utils-align

Options

$iota-utils-align-namespace     : 'align-' !default;
$iota-utils-align-top-name      : 'top' !default;
$iota-utils-align-bottom-name   : 'bottom' !default;
$iota-utils-align-middle-name   : 'middle' !default;
$iota-utils-align-baseline-name : 'baseline' !default;

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

Classes

.u-align-top
.u-align-bottom
.u-align-middle
.u-align-baseline


// Responsive Class Syntax

.u-[name]@[breakpoint-name]  // Example: .u-align-top@sm

About

The align utility contains helper classes for the CSS vertical align property.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages