@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/map

// * forwarding the "has-same-keys" module.
// * This module likely contains a function to check if
// * keys of given maps are the same or not.
// @see has-same-keys
@forward "has-same-keys";
