fix: Double assignment
This commit is contained in:
parent
9513d6436d
commit
c3fd520578
2 changed files with 1 additions and 5 deletions
|
|
@ -32,10 +32,7 @@ $din: $a4, $a5, $a6;
|
|||
|
||||
@each $space in $din {
|
||||
#{nth($space, 1)} {
|
||||
padding-top: nth($space, 2);
|
||||
padding-right: nth($space, 3);
|
||||
padding-bottom: nth($space, 4);
|
||||
padding-left: nth($space, 5);
|
||||
padding-top: nth($space, 2) nth($space, 3) nth($space, 4) nth($space, 5);
|
||||
|
||||
.page_head, .page_foot {
|
||||
right: nth($space, 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue