////
/// @group schemas
/// @access private
/// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
////
$_default-shape-grid: (
    drop-area-border-radius: 1
);

$_round-shape-grid: ();

$_square-shape-grid: (
    drop-area-border-radius: 0%
);

$_fluent-shape-grid: (
    drop-area-border-radius: 2px
);
