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

@mixin input-shapes() {
  @each $shape in el-get-shapes() {
    &.shape-#{$shape} {
      border-radius: el-theme(input-#{$shape}-border-radius);
    }
  }
}
