@charset "UTF-8";

// @description
// * This file forwards key functionalities from other modules
// * for easy access in a stylesheet.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace functions/type-checks

// * forwarding the "is-time" module.
// * This module likely contains functions to check if a value
// * has a time unit.
// @see is-time
@forward "is-time";

// * forwarding the "is-angle" module.
// * The "is-angle" module probably contains functions to check
// * if a value has an angle unit.
// @see is-angle
@forward "is-angle";

// * forwarding the "is-integer" module.
// * This module likely contains functions to check if a value
// * is an integer.
// @see is-integer
@forward "is-integer";

// * forwarding the "is-float" module.
// * The "is-float" module probably contains functions to check
// * if a value is a float.
// @see is-float
@forward "is-float";

// * forwarding the "has-percentage" module.
// * This module likely contains functions to check if a value
// * has a percentage unit.
// @see has-percentage
@forward "has-percentage";

// * forwarding the "has-relative-units" module.
// * The "has-relative-units" module probably contains functions
// * to check if a value has relative units.
// @see has-relative-units
@forward "has-relative-units";

// * forwarding the "has-absolute-units" module.
// * This module likely contains functions to check if a value
// * has absolute units.
// @see has-absolute-units
@forward "has-absolute-units";

// * forwarding the "has-resolution-units" module.
// * The "has-resolution-units" module probably contains functions
// * to check if a value has resolution units.
// @see has-resolution-units
@forward "has-resolution-units";

// * forwarding the "has-viewport-units" module.
// * This module likely contains functions to check if a value
// * has viewport units.
// @see has-viewport-units
@forward "has-viewport-units";
