@charset "UTF-8";

// @description
// * This file forwards various modules and utilities classes
// * for typography classes.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace utils/typography

// * forwarding the "text-align" module.
// * This module likely contains display text-align as class.
// @see text-align
@forward "text-align";

// * forwarding the "text-decoration" module.
// * This module likely contains display text-decoration as class.
// @see text-decoration
@forward "text-decoration";

// * forwarding the "text-transform" module.
// * This module likely contains display text-transform as class.
// @see text-transform
@forward "text-transform";

// * forwarding the "text-overflow" module.
// * This module likely contains display text-overflow as class.
// @see text-overflow
@forward "text-overflow";

// * forwarding the "text-wrap" module.
// * This module likely contains display text-wrap as class.
// @see text-wrap
@forward "text-wrap";

// * forwarding the "vertical-align" module.
// * This module likely contains display vertical-align as class.
// @see vertical-align
@forward "vertical-align";

// * forwarding the "white-space" module.
// * This module likely contains display white-space as class.
// @see white-space
@forward "white-space";

// * forwarding the "font-size" module.
// * This module likely contains display font-size as class.
// @see font-size
@forward "font-size";
