@charset "UTF-8";

// @description
// * This file forwards the "converters", "list", "global", and
// * "type-checks" modules.

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace logical-props

// * forwarding the "margin-block-start" module.
// * This module likely contains margin-block-start logical props.
// @see margin-block-start
@forward "./margin-block-start";

// * forwarding the "margin-block-end" module.
// * This module likely contains margin-block-end logical props.
// @see margin-block-end
@forward "./margin-block-end";

// * forwarding the "margin-inline-start" module.
// * This module likely contains margin-inline-start logical props.
// @see margin-inline-start
@forward "./margin-inline-start";

// * forwarding the "margin-inline-end" module.
// * This module likely contains margin-inline-end logical props.
// @see margin-inline-end
@forward "./margin-inline-end";

// * forwarding the "padding-block-start" module.
// * This module likely contains padding-block-start logical props.
// @see padding-block-start
@forward "./padding-block-start";

// * forwarding the "padding-block-end" module.
// * This module likely contains padding-block-end logical props.
// @see padding-block-end
@forward "./padding-block-end";

// * forwarding the "padding-inline-start" module.
// * This module likely contains padding-inline-start logical props.
// @see padding-inline-start
@forward "./padding-inline-start";

// * forwarding the "padding-inline-end" module.
// * This module likely contains padding-inline-end logical props.
// @see padding-inline-end
@forward "./padding-inline-end";

// * forwarding the "overflow-x" module.
// * This module likely contains overflow-x logical props.
// @see overflow-x
@forward "./overflow-x";

// * forwarding the "overflow-y" module.
// * This module likely contains overflow-y logical props.
// @see overflow-y
@forward "./overflow-y";
