@charset "UTF-8";

// @description
// * This file forwards various modules and utilities for
// * styling and layout.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins/general

// * forwarding the "reset" module.
// * The "reset" module probably provides styles for responsive
// * grid layouts.
// @see reset
@forward "reset";

// * forwarding the "responsive-grid" module.
// * The "responsive-grid" module probably provides styles for responsive
// * grid layouts.
// @see responsive-grid
@forward "responsive-grid";

// * forwarding the "transition" module.
// * The "transition" module likely contains styles for CSS transitions.
// @see transition
@forward "transition";

// * forwarding the "fade" module.
// * The "fade" module probably provides styles for creating fade effects.
// @see fade
@forward "fade";

// * forwarding the "color-generator-vars" module.
// * The "color-generator-vars" module likely contains variables for
// * color generation.
// @see color-generator-vars
@forward "color-generator-vars";

// * forwarding the "circle" module.
// * The "circle" module probably provides styles for
// * creating circular elements.
// @see circle
@forward "circle";

// * forwarding the "square" module.
// * The "square" module likely contains styles for
// * creating square elements.
// @see square
@forward "square";

// * forwarding the "center-x" module.
// * The "center-x" module probably provides styles for horizontally
// * centering elements.
// @see center-x
@forward "center-x";

// * forwarding the "box-shadow" module.
// * The "box-shadow" module likely contains styles for
// * adding box shadows.
// @see box-shadow
@forward "box-shadow";

// * forwarding the "scroll" module.
// * The "scroll" module probably provides styles related to
// * scrolling effects.
// @see scroll
@forward "scroll";

// * forwarding the "color-generator-dark-mode" module.
// * The "color-generator-dark-mode" module likely contains styles for
// * dark mode color generation.
// @see color-generator-dark-mode
@forward "color-generator-dark-mode";

// * forwarding the "selections" module.
// * The "selections" module probably provides styles for text selections.
// @see selections
@forward "selections";

// * forwarding the "keyframe" module.
// * The "keyframe" module likely contains styles for
// * CSS keyframe animations.
// @see keyframe
@forward "keyframe";

// * forwarding the "backdrop" module.
// * The "backdrop" module probably provides styles for backdrop effects.
// @see backdrop
@forward "backdrop";

// * forwarding the "user-select" module.
// * The "user-select" module likely contains styles for
// * controlling user text selection.
// @see user-select
@forward "user-select";

// * forwarding the "font-generator-vars" module.
// * The "font-generator-vars" module probably contains variables for
// * font generation.
// @see font-generator-vars
@forward "font-generator-vars";

// * forwarding the "banner" mixin from the "banner" module.
// * The "banner" mixin is used to add a banner to the top
// * of the compiled CSS file, providing information about
// * the library, version, authors, and license.
// @see banner
@forward "banner";

// * forwarding the "shape-margin" mixin from the "shape-margin" module.
// * The "shape-margin" mixin sets a margin for a CSS shape created
// * using shape-outside property.
// @see shape-margin
@forward "shape-margin";

// * forwarding the "object-fit" mixin from the "object-fit" module.
// * The "object-fit" mixin sets an object-fit property.
// @see object-fit
@forward "object-fit";

// * forwarding the "overscroll" mixin from the "overscroll-behavior" module.
// * The "overscroll-behavior" mixin sets an overscroll-behavior property.
// @see overscroll-behavior
@forward "overscroll-behavior";
