Remove useless var `button-paddding`

```css
   --button-paddding: 5px 20px; /* useless */
```
pull/3532/head
汪磊 2017-03-12 00:56:59 +08:00 committed by 杨奕
parent 43bd98e171
commit c7ddf61e08
1 changed files with 0 additions and 1 deletions

View File

@ -326,7 +326,6 @@
-------------------------- */
--button-font-size: 14px;
--button-border-radius: var(--border-radius-base);
--button-paddding: 5px 20px;
--button-padding-vertical: 10px;
--button-padding-horizontal: 15px;