@charset "UTF-8";

// @description
// * This file forwards from other modules
// * for convenient inclusion in other stylesheets.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace development-utils

// * forwarding the "error" module.
// * The "error" module likely contains mixin for custom
// * error messages for testing environment..
// @see error
@forward "error";

// * forwarding the "toggle-error-message" module.
// * The "toggle-error-message" module likely contains mixin for generating
// * two error messages when development and testing environment.
// @see toggle-error-message
@forward "toggle-error-message";

// * forwarding the "approximation-number" module.
// * The "approximation-number" module likely contains function for
// * returning a value after approximation as you want.
// @see approximation-number
@forward "approximation-numbers";
