@charset "UTF-8";

// @description
// * This file forwards various modules and utilities for main styling
// * properties and flexbox layouts.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins/flex-props

// * forwarding the "main-props" module.
// * The "main-props" module probably contains styles for commonly used
// * main properties.
// @see main-props
@forward "main-props";

// * forwarding the "flexbox" module.
// * The "flexbox" module likely provides styles and utilities for
// * flexbox layouts.
// @see flexbox
@forward "flexbox";

// * forwarding the "inline-flexbox" module.
// * The "inline-flexbox" module probably provides styles and utilities
// * for inline flexbox layouts.
// @see inline-flexbox
@forward "inline-flexbox";
