@charset "UTF-8";

// @description
// * This file forwards modules related to CSS vendor prefixes,
// * flex properties, general utilities, and transforms.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins

// * forwarding the "vendor-prefixes" module.
// * The "vendor-prefixes" module likely provides utilities for
// * handling various CSS vendor prefixes.
// @see vendor-prefixes
@forward "vendor-prefixes";

// * forwarding the "flex-props" module.
// * The "flex-props" module probably provides utilities for
// * working with flexbox-related properties.
// @see flex-props
@forward "flex-props";

// * forwarding the "general" module.
// * The "general" module may contain general-purpose utilities for
// * styling and layout.
// @see general
@forward "general";

// * forwarding the "media-queries" module.
// * The "media-queries" module may contain various modules for
// * media queries for all needed devices.
// @see general
@forward "media-queries";

// * forwarding the "transform" module.
// * The "transform" module likely provides utilities for handling
// * CSS transformations.
// @see transform
@forward "transform";

// * forwarding the "grid" module.
// * The "grid" module likely provides utilities for handling
// * CSS grid properties.
// @see grid
@forward "grid-props";

// * forwarding the "logical-props" module.
// * The "logical-props" module likely provides utilities for handling
// * logical properties in CSS.
// @see logical-props
@forward "logical-props";

// * forwarding the "typography" module.
// * The "typography" module likely provides utilities for handling
// * typography properties in CSS.
// @see typography
@forward "typography";

// * forwarding the "children" module.
// * The "children" module likely provides utilities for handling
// * children HTML elements using CSS.
// @see children
@forward "children";

// * forwarding the "colors" module.
// * The "colors" module likely provides utilities for handling
// * colors for HTML elements using CSS custom properties (variables).
// @see colors
@forward "colors";
