@charset "UTF-8";
@use "../index" as Core;

// @summary
// * The current file contains a `Core.rz-layer` mixin that will be used to
// * compile a native SCSS to CSS output into dist directory with minified
// * version.

// @version 5.0.0

// @access public

// @author Khaled Mohamed

// @license MIT

// @repository: https://github.com/Black-Axis/reset-zone

// stylelint-disable at-rule-empty-line-before

@include Core.rz-layer;
