/**
 * @license
 * Copyright Endlessjs. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@function el-get-statuses() {
  @return 'primary', 'success', 'warning', 'danger', 'info';
}

@function el-get-sizes() {
  @return 'tiny', 'small', 'medium', 'large', 'giant';
}

@function el-get-shapes() {
  @return 'rectangle', 'semi-round', 'round';
}

