@import '../../style/themes/index';
@import '../../style/mixins/index';

@shadow-position: top, bottom, left, right, center;
each(@shadow-position, {
  @shadow-list: 'shadows-@{value}';
  each(@@shadow-list, #(@box-value, @box-name){
    .shadow-@{value}-@{box-name} {
      #shadows(@box-value)
    }
  });
});
