Remove useless for
loop
This commit is contained in:
parent
5fd5fb6553
commit
c552270c6e
1 changed files with 0 additions and 6 deletions
|
@ -78,12 +78,6 @@ pre {
|
|||
}
|
||||
}
|
||||
|
||||
@for $i from 1 to 3 {
|
||||
.m-#{i} {
|
||||
margin: #{i}/4;
|
||||
}
|
||||
}
|
||||
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue