@charset "UTF-8";

// @description
// * This file forwards various modules for CSS typography properties.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins/typography

// * forwarding the "text-align-last" module.
// * The "text-align-last" module probably provides utilities for
// * how the last line of a block or a line, right before a forced
// * line break, is aligned.
// @see text-align-last
@forward "text-align-last";

// * forwarding the "text-overflow" module.
// * The "text-overflow" module probably provides utilities for
// * how the last line of a block or a line, right before a forced
// * line break, is aligned.
// @see text-overflow
@forward "text-overflow";

// * forwarding the "line-text-truncation" module.
// * The "line-text-truncation" module probably provides utilities for
// * how the last line of a block or a line, right before a forced
// * line break, is aligned.
// @see line-text-truncation
@forward "line-text-truncation";
