@charset "UTF-8";

// @description
// * This file imports various `in-` alignment modules,
// * each likely providing styles for different alignment properties.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins/flex-props/inline-flexbox

// * forwarding the "in-normal" alignment module.
// * This module likely provides styles for normal inline alignment.
// @see in-normal
@forward "in-normal";

// * forwarding the "in-stretch" alignment module.
// * The "in-stretch" module probably provides styles for stretching
// * inline elements.
// @see in-stretch
@forward "in-stretch";

// * forwarding the "in-start" alignment module.
// * This module likely provides styles for starting inline alignment.
// @see in-start
@forward "in-start";

// * forwarding the "in-end" alignment module.
// * The "in-end" module probably provides styles for ending
// * inline alignment.
// @see in-end
@forward "in-end";

// * forwarding the "in-right" alignment module.
// * This module likely provides styles for right inline alignment.
// @see in-right
@forward "in-right";

// * forwarding the "in-left" alignment module.
// * The "in-left" module probably provides styles for left
// * inline alignment.
// @see in-left
@forward "in-left";

// * forwarding the "in-fstart" alignment module.
// * This module likely provides styles for flex-start inline alignment.
// @see in-fstart
@forward "in-fstart";

// * forwarding the "in-fend" alignment module.
// * The "in-fend" module probably provides styles for flex-end
// * inline alignment.
// @see in-fend
@forward "in-fend";

// * forwarding the "in-center" alignment module.
// * This module likely provides styles for center inline alignment.
// @see in-center
@forward "in-center";

// * forwarding the "in-between" alignment module.
// * The "in-between" module probably provides styles for space-between
// * inline alignment.
// @see in-between
@forward "in-between";

// * forwarding the "in-around" alignment module.
// * This module likely provides styles for space-around inline alignment.
// @see in-around
@forward "in-around";

// * forwarding the "in-evenly" alignment module.
// * The "in-evenly" module probably provides styles for space-evenly
// * inline alignment.
// @see in-evenly
@forward "in-evenly";

// * forwarding the "in-inherit" alignment module.
// * This module likely provides styles for inheriting inline alignment.
// @see in-inherit
@forward "in-inherit";
