@charset "UTF-8";

// @description
// * This file forwards modules related to CSS grid.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins

// * forwarding the "grid" module.
// * The "grid" module likely provides utilities for
// * handling various CSS vendor prefixes.
// @see grid
@forward "grid";

// * forwarding the "inline-grid" module.
// * The "inline-grid" module likely provides utilities for
// * handling various CSS vendor prefixes.
// @see inline-grid
@forward "inline-grid";

// * forwarding the "column-gap" module.
// * The "column-gap" module likely provides utilities for
// * handling various CSS vendor prefixes.
// @see column-gap
@forward "column-gap";

// * forwarding the "grid-area" module.
// * The "grid-area" module likely provides utilities for
// * handling various CSS vendor prefixes.
// @see grid-area
@forward "grid-area";

// * forwarding the "grid-column" module.
// * The "grid-column" module likely provides utilities for
// * handling various CSS vendor prefixes.
// @see grid-column
@forward "grid-column";
