@charset "UTF-8";

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace utils

// !important
// * The pattern for using any utility class is:
// * u-(class-name).
// * The u is a prefix for utility classes in our library.

// * forwarding the "flexbox" module.
// * This module likely contains all flexbox classes.
// @see flexbox
@forward "flexbox";

// * forwarding the "general" module.
// * This module likely contains all general classes.
// @see general
@forward "general";

// * forwarding the "layout" module.
// * This module likely contains all layout classes.
// @see layout
@forward "layout";

// * forwarding the "sizing" module.
// * This module likely contains all sizing classes.
// @see sizing
@forward "sizing";

// * forwarding the "typography" module.
// * This module likely contains all typography classes.
// @see typography
@forward "typography";

// * forwarding the "backgrounds" module.
// * This module likely contains all backgrounds classes.
// @see backgrounds
@forward "backgrounds";
