@import '../themes/index';

.yee-reset-component() {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: @yee-text-color;
  font-size: @yee-font-size-base;
  font-variant: @yee-font-variant-base;
  line-height: @yee-line-height-base;
  list-style: none;
  font-feature-settings: @yee-font-feature-settings-base;
}
