@charset "UTF-8";

// @description
// * This file contains all variables or lists which
// * we use, as library developers, to compile them
// * in some use cases in the whole library.

// @access private

// @version 2.0.0

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/sass-pire

// @namespace abstract

// @module abstract/settings

// stylelint-disable scss/dollar-variable-empty-line-before

$organization-name: "Black Axis";

$lib-name: sass-pire;

$brand-lib-name: sp;

$author-names: ("Khaled Mohamed");

$current-year: 2025;

$current-version: "v5.0.0";
