@charset "UTF-8";

// @description
// * This file forwards various mixins for colors.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace mixins/colors

// * forwarding the "neutral" module.
// * The "neutral" module probably contains mixin for selecting
// * all neutral colors with different values and its dark theme.
// @see neutral
@forward "neutral";

// * forwarding the "red" module.
// * The "red" module probably contains a mixin for selecting
// * all red colors with different values.
// @see red
@forward "red-color";

// * forwarding the "blue" module.
// * The "blue" module probably contains a mixin for selecting
// * all blue colors with different values.
// @see blue
@forward "blue-color";

// * forwarding the "yellow" module.
// * The "yellow" module probably contains a mixin for selecting
// * all yellow colors with different values.
// @see yellow
@forward "yellow-color";

// * forwarding the "green" module.
// * The "green" module probably contains a mixin for selecting
// * all green colors with different values.
// @see green
@forward "green-color";
