[scss-lint] Fix "Shorthand" issue, Remove redundant variables, use shorthand (#82)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
.signup-box {
|
||||
@include elegant-card;
|
||||
padding: $space-large $space-large;
|
||||
padding: $space-large;
|
||||
label {
|
||||
font-size: $font-size-default;
|
||||
color: $color-gray;
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
@include border-bottom-radius($space-smaller);
|
||||
@include border-left-radius($space-smaller);
|
||||
@include elegant-card;
|
||||
padding: $space-large $space-large;
|
||||
padding: $space-large;
|
||||
label {
|
||||
font-size: $font-size-default;
|
||||
color: $color-gray;
|
||||
|
||||
Reference in New Issue
Block a user