Skip to content

The text utility contains helper classes for the CSS text-align property.

License

Notifications You must be signed in to change notification settings

iotacss/utilities.text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

Text Utility

The text utility contains helper classes for the CSS text-align property.

Installation

npm install --save iotacss-utils-text

Options

$iota-utils-text-namespace    : 'text-' !default;
$iota-utils-text-left-name    : 'left' !default;
$iota-utils-text-right-name   : 'right' !default;
$iota-utils-text-center-name  : 'center' !default;

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

Classes

.u-text-left
.u-text-right
.u-text-center


// Responsive Class Syntax

.u-[name]@[breakpoint-name]  // Example: .u-text-left@sm

About

The text utility contains helper classes for the CSS text-align property.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages