@charset "UTF-8";

// @description
// * This file forwards abstract files module to be used
// * by the user who will use these variables.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace abstract

// * forwarded global-variables.
// * This module forwards the variables defined in the "global-variables" module.
// * It allows you to use these variables in other files.
// @see global-variables
@forward "global-variables";

// * forwarded config.
// * This module forwards the configuration defined for library.
// * It allows you to use these configurations in other files.
// @see config
@forward "config";

// * forwarded settings.
// * This module forwards the settings for library.
// * It allows you to use these settings in other files.
// @see settings
@forward "settings";
