reset.less 272 B

1234567891011
  1. .reset-component() {
  2. box-sizing: border-box;
  3. margin: 0;
  4. padding: 0;
  5. color: @text-color;
  6. font-size: @font-size-base;
  7. font-variant: @font-variant-base;
  8. line-height: @line-height-base;
  9. list-style: none;
  10. font-feature-settings: @font-feature-settings-base;
  11. }