@charset "UTF-8";

// @description
// * This file forwards key functionalities from other modules.
// * for easy access in the current stylesheet.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace functions/list

// * forwarding the "get-first-element" module.
// * This module likely contains a function to get the first
// * element from a given list.
// @see get-first-element
@forward "get-first-element";

// * forwarding the "get-last-element" module.
// * The "get-last-element" module probably contains a function
// * to get the last element from a given list.
// @see get-last-element
@forward "get-last-element";

// * forwarding the "flatten-list" module.
// * The "flatten-list" module is likely to have a function
// * to flatten a given list.
// @see flatten-list
@forward "flatten-list";

// * forwarding the "reverse" module.
// * The "reverse" module likely contains a function to get
// * the reversed list from a given one.
// @see reverse
@forward "reverse";

// * forwarding the "get-centered-element-list" module.
// * The "get-centered-element-list" module likely contains a function to get
// * the centered element in the list from a given one.
// @see get-centered-element-list
@forward "get-centered-element-list";

// * forwarding the "merge" module.
// * The "merge" module likely contains a function to get
// * the centered element in the list from a given one.
// @see merge
@forward "merge";
