// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
// See LICENSE in the project root for license information.

// ---------------------------------------------------------------------
// Variables are defined by baseline Design Tokens

/// When using spacing mixins, it's required to import this variable list for use of options.
/// @group utility
/// @prop {Variable} $options [list] - list of available token options
/// @example scss - import dependency variable list
///   @import "./node_modules/@aurodesignsystem/webcorestylesheets/dist/utilityVariables/spacing-options";

$ds-spacing-options: none, 25, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 1000 !default;
