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 {
|
.inline {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue