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

$_round-shape-drop-down: (
    border-radius: 1,
);

$_square-shape-drop-down: (
    border-radius: 0%,
);

$_fluent-shape-drop-down: (
    border-radius: 2px,
);
