// ============================================================================
// StyleScape | Development | Banner
// ============================================================================

@mixin banner(
    $file,
    $version: "1.0.0",
    $author: "Scape Agency",
    $website: "https://www.style.scape/",
    $license: "Apache 2.0 License",
    $licenseUrl: "https://github.com/stylescape/stylescape/blob/main/LICENSE",
    $description: "Design Framework",
    $repository: "https://github.com/stylescape/stylescape/"
) {
    @at-root {
        /*!
     * ============================================================================
     *
     * Stylescape #{$file} v#{$version} (#{$website})
     * Copyright (c) 2020-2024 #{$author} (https://www.scape.agency)
     * All rights reserved under #{$license} terms.
     *
     * ============================================================================
     *
     * @description     #{$description}
     * @author          #{$author} (https://www.scape.agency)
     * @version         v#{$version}
     * @copyright       2020-2024 #{$author} (https://www.scape.agency)
     * @website         #{$website}
     * @repository      #{$repository}
     * @license         #{$license} (#{$licenseUrl})
     *
     * ============================================================================
     */
    }
}
